Documentation

Linglib.Fragments.Italian.Pronouns

Italian Pronoun and Clitic Fragment #

Personal pronouns (strong forms) and clitic paradigm for Italian.

Strong Pronouns #

[MP26]

Italian has a T/V distinction in 2nd person:

Clitic Paradigm #

Italian object clitics show the same syncretism pattern as Spanish: 1sg/2sg are syncretic across accusative, dative, and reflexive cases, while 3sg/3pl are not.

PersonACCDATREFL
1sgmimimi
2sgtititi
3sglo/lagli/lesi
1plcicici
2plvivivi
3plli/lelorosi

io — 1sg.

Equations
Instances For

    tu — 2sg familiar (T form).

    Equations
    Instances For

      Lei — polite 2sg (V form). Formally 3rd person: triggers 3sg verbal agreement, patterns with 3sg.f clitics, binds 3rd person reflexive si. Interpretably 2nd person: triggers PCC effects, Fancy Constraint effects, 2PL resolved agreement in coordination. [AZ25a]

      Equations
      Instances For

        lui — 3sg masculine.

        Equations
        Instances For

          lei — 3sg feminine.

          Equations
          Instances For

            noi — 1pl.

            Equations
            Instances For

              voi — 2pl (familiar; also used as general 2pl in modern Italian).

              Equations
              Instances For

                Loro — 2pl formal (archaic, largely replaced by voi).

                Equations
                Instances For

                  loro — 3pl.

                  Equations
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      Schema and capability instances (Proform/Bound/HasPerson/ HasNumber/HasCase) are the shared Romance clitic schema (Fragments/Romance/Clitics.lean).

                      The traditional atonic (object) paradigm as a flat list. NB: the series is not strength-homogeneous — [CS99a] classify dative loro as weak, not clitic (not verb-adjacent, never clusters); see loroDatStrength below. The rest are clitics proper.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        Capability checks #

                        Look up the form for a given person, number, and case in the paradigm.

                        Equations
                        Instances For

                          Are two clitic cases syncretic for a given person/number combination? Derived from the paradigm data.

                          Equations
                          Instances For

                            1sg: dative and reflexive are syncretic (both "mi").

                            2sg: dative and reflexive are syncretic (both "ti").

                            3sg: dative and reflexive are NOT syncretic ("gli" ≠ "si").

                            1pl: dative and reflexive are syncretic (both "ci").

                            2pl: dative and reflexive are syncretic (both "vi").

                            3pl: dative and reflexive are NOT syncretic ("loro" ≠ "si").

                            1sg forms are identical across all three cases.

                            2sg forms are identical across all three cases.

                            3sg dative ≠ 3sg reflexive (gli ≠ si).

                            Lei has 3rd person agreement features but 2nd person interpretable features. [AZ25a]

                            theorem Italian.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 Italian.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.

                            Italian's tonic series (allPronouns) instantiates the Cardinaletti–Starke .strong class ([CS99a]).

                            Equations
                            Instances For

                              The object clitics (paradigm minus dative loro) are the maximally deficient .clitic class: verb-adjacent heads that cluster ([CS99a]).

                              Equations
                              Instances For

                                Dative loro is [CS99a]'s parade case for separating weak from clitic: deficient (reduced vs a loro, no coordination) but a maximal projection — not verb-adjacent, never clustering, bears word stress.

                                Equations
                                Instances For

                                  The clitic series is structurally more deficient than the strong series: the deficiency ordering behind their complementary distribution (clitics host-adjacent and unfocusable, strong forms free).

                                  The traditional atonic paradigm is not strength-homogeneous: dative loro (weak) sits strictly between the clitics and the strong series ([CS99a]).