Italian Pronoun and Clitic Fragment #
Personal pronouns (strong forms) and clitic paradigm for Italian.
Strong Pronouns #
Italian has a T/V distinction in 2nd person:
- Singular: tu (familiar T) vs Lei (formal V, 3sg agreement)
- Plural: voi (familiar) vs Loro (formal, archaic; voi now used for both)
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.
| Person | ACC | DAT | REFL |
|---|---|---|---|
| 1sg | mi | mi | mi |
| 2sg | ti | ti | ti |
| 3sg | lo/la | gli/le | si |
| 1pl | ci | ci | ci |
| 2pl | vi | vi | vi |
| 3pl | li/le | loro | si |
io — 1sg.
Equations
- Italian.Pronouns.io = { form := "io", person := some Person.first, number := some Number.singular }
Instances For
tu — 2sg familiar (T form).
Equations
- Italian.Pronouns.tu = { form := "tu", person := some Person.second, number := some Number.singular }
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
- Italian.Pronouns.lei_formal = { form := "Lei", person := some Person.third, number := some Number.singular, register := Features.Register.Level.formal, referentialPerson := some Person.second }
Instances For
lui — 3sg masculine.
Equations
- Italian.Pronouns.lui = { form := "lui", person := some Person.third, number := some Number.singular }
Instances For
lei — 3sg feminine.
Equations
- Italian.Pronouns.lei = { form := "lei", person := some Person.third, number := some Number.singular }
Instances For
noi — 1pl.
Equations
- Italian.Pronouns.noi = { form := "noi", person := some Person.first, number := some Number.plural }
Instances For
voi — 2pl (familiar; also used as general 2pl in modern Italian).
Equations
- Italian.Pronouns.voi = { form := "voi", person := some Person.second, number := some Number.plural }
Instances For
Loro — 2pl formal (archaic, largely replaced by voi).
Equations
- Italian.Pronouns.loro_formal = { form := "Loro", person := some Person.second, number := some Number.plural, register := Features.Register.Level.formal }
Instances For
loro — 3pl.
Equations
- Italian.Pronouns.loro = { form := "loro", person := some Person.third, number := some Number.plural }
Instances For
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).
Equations
- Italian.Pronouns.mi_acc = { form := "mi", person := UD.Person.first, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.mi_dat = { form := "mi", person := UD.Person.first, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.dative }
Instances For
Equations
- Italian.Pronouns.mi_refl = { form := "mi", person := UD.Person.first, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.reflexive }
Instances For
Equations
- Italian.Pronouns.ti_acc = { form := "ti", person := UD.Person.second, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.ti_dat = { form := "ti", person := UD.Person.second, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.dative }
Instances For
Equations
- Italian.Pronouns.ti_refl = { form := "ti", person := UD.Person.second, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.reflexive }
Instances For
Equations
- Italian.Pronouns.lo_cl = { form := "lo", person := UD.Person.third, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.la_cl = { form := "la", person := UD.Person.third, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.gli_dat = { form := "gli", person := UD.Person.third, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.dative }
Instances For
Equations
- Italian.Pronouns.le_dat = { form := "le", person := UD.Person.third, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.dative }
Instances For
Equations
- Italian.Pronouns.si_refl = { form := "si", person := UD.Person.third, number := UD.Number.Sing, case_ := Romance.Clitics.CliticCase.reflexive }
Instances For
Equations
- Italian.Pronouns.ci_acc = { form := "ci", person := UD.Person.first, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.ci_dat = { form := "ci", person := UD.Person.first, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.dative }
Instances For
Equations
- Italian.Pronouns.ci_refl = { form := "ci", person := UD.Person.first, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.reflexive }
Instances For
Equations
- Italian.Pronouns.vi_acc = { form := "vi", person := UD.Person.second, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.vi_dat = { form := "vi", person := UD.Person.second, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.dative }
Instances For
Equations
- Italian.Pronouns.vi_refl = { form := "vi", person := UD.Person.second, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.reflexive }
Instances For
Equations
- Italian.Pronouns.li_cl = { form := "li", person := UD.Person.third, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.le_cl = { form := "le", person := UD.Person.third, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.accusative }
Instances For
Equations
- Italian.Pronouns.loro_dat = { form := "loro", person := UD.Person.third, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.dative }
Instances For
Equations
- Italian.Pronouns.si_refl_pl = { form := "si", person := UD.Person.third, number := UD.Number.Plur, case_ := Romance.Clitics.CliticCase.reflexive }
Instances For
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.
Instances For
Are two clitic cases syncretic for a given person/number combination? Derived from the paradigm data.
Instances For
DAT/REFL syncretism for a given person/number.
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").
tu is informal, Lei is formal.
Lei has 3rd person agreement features but 2nd person interpretable features. [AZ25a]
All three persons are attested.
Both singular and plural are attested.
Italian's tonic series (allPronouns) instantiates the Cardinaletti–Starke
.strong class ([CS99a]).
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.
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]).