Documentation

Linglib.Fragments.Punjabi.Pronouns

maiṃ — 1sg.

Equations
Instances For

    asiiṃ — 1pl.

    Equations
    Instances For

      — 2sg non-honorific.

      Equations
      Instances For

        tusii — 2sg honorific (also 2pl).

        Equations
        Instances For

          uh — 3sg (distal demonstrative).

          Equations
          Instances For

            uh — 3pl (same form as 3sg in standard Punjabi).

            Equations
            Instances For

              Non-honorific agreement suffix.

              Equations
              Instances For

                Honorific agreement suffix.

                Equations
                Instances For
                  theorem Punjabi.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 Punjabi.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.

                  The T/V register distinction is present in 2nd person.

                  Allocutive markers match 2nd person pronoun register levels.

                  3sg and 3pl share the same form (demonstrative-based).