Spanish Pronoun Fragment #
@cite{adamson-zompi-2025}
Personal pronouns (strong forms) for Spanish, including the polite pronoun USTED.
T/V distinction #
Spanish has a T/V distinction:
- Singular: tú (familiar T) vs usted (formal V, 3sg agreement)
- Plural: vosotros (familiar, Peninsular) vs ustedes (formal / general)
USTED and the PCC #
Like Italian LEI, USTED triggers 3sg verbal agreement but is interpretably 2nd person. @cite{rezac-2011} observes PCC effects with USTED: the accusative clitic la is grammatical in a 3>3 configuration if its referent is 3rd person, but ungrammatical as polite USTED (§6.1, (43)).
USTED's forms are identical to the 3sg feminine series in some cases (like LEI), though it also has the dedicated citation form usted. Unlike Italian LEI, USTED can also be used in laísta varieties where 3rd person clitics for animates are le (syncretic with dative).
yo — 1sg.
Equations
- Fragments.Spanish.Pronouns.yo = { form := "yo", person := some UD.Person.first, number := some Number.sg }
Instances For
tú — 2sg familiar (T form).
Equations
- Fragments.Spanish.Pronouns.tu = { form := "tú", person := some UD.Person.second, number := some Number.sg }
Instances For
usted — polite 2sg (V form, triggers 3sg agreement). Agreement person is 3rd, interpretable person is 2nd. Triggers PCC effects: la as USTED.ACC is banned in 3>USTED configurations (@cite{rezac-2011}, @cite{adamson-zompi-2025} §6.1). @cite{adamson-zompi-2025}
Equations
- One or more equations did not get rendered due to their size.
Instances For
él — 3sg masculine.
Equations
- Fragments.Spanish.Pronouns.el = { form := "él", person := some UD.Person.third, number := some Number.sg }
Instances For
ella — 3sg feminine.
Equations
- Fragments.Spanish.Pronouns.ella = { form := "ella", person := some UD.Person.third, number := some Number.sg }
Instances For
nosotros — 1pl.
Equations
- Fragments.Spanish.Pronouns.nosotros = { form := "nosotros", person := some UD.Person.first, number := some Number.pl }
Instances For
vosotros — 2pl familiar (Peninsular).
Equations
- Fragments.Spanish.Pronouns.vosotros = { form := "vosotros", person := some UD.Person.second, number := some Number.pl }
Instances For
ustedes — 2pl formal / general (triggers 3pl agreement).
Equations
- One or more equations did not get rendered due to their size.
Instances For
ellos — 3pl masculine.
Equations
- Fragments.Spanish.Pronouns.ellos = { form := "ellos", person := some UD.Person.third, number := some Number.pl }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
T/V distinction: tú is informal, usted is formal.
USTED has 3rd person agreement features but 2nd person interpretable features. @cite{adamson-zompi-2025}
ustedes (2pl formal) also has dual person features.
All three persons are attested.