Documentation

Linglib.Fragments.Hindi.Pronouns

maiṃ — 1sg.

Equations
Instances For

    ham — 1pl.

    Equations
    Instances For

      tuu — 2sg non-honorific (intimate/inferior).

      Equations
      Instances For

        tum — 2sg honorific (neutral).

        Equations
        Instances For

          aap — 2sg high-honorific (respectful).

          Equations
          Instances For

            vah — 3sg (distal demonstrative, standard pronoun).

            Equations
            Instances For

              ve — 3pl (distal demonstrative plural).

              Equations
              Instances For

                -aa non-honorific imperative suffix (e.g., jaa "go!").

                Equations
                Instances For

                  -e honorific imperative suffix (e.g., jao "go").

                  Equations
                  Instances For

                    -iye high-honorific imperative suffix (e.g., jaaiye "please go").

                    Equations
                    Instances For
                      theorem Hindi.Pronouns.has_all_persons :
                      (allPronouns.any fun (x : PersonalPronoun) => x.person == some Person.first) = true (allPronouns.any fun (x : PersonalPronoun) => x.person == some Person.second) = true (allPronouns.any fun (x : PersonalPronoun) => x.person == some Person.third) = true

                      All three persons are attested.

                      theorem Hindi.Pronouns.has_both_numbers :
                      (allPronouns.any fun (x : PersonalPronoun) => x.number == some Number.singular) = true (allPronouns.any fun (x : PersonalPronoun) => x.number == some Number.plural) = true

                      Both singular and plural are attested.

                      2nd person pronouns are all second person.