French Reciprocal Fragment #
French has two reciprocal strategies:
"se" — reflexive clitic, also used for reciprocal (monovalent). Syntactically formed per [Sil08]: CANNOT form discontinuous reciprocals ([Nor23] ex. 39).
"l'un l'autre" — bipartite NP (bivalent, literally 'the one the other'). Preserves transitivity. Often co-occurs with "se" for disambiguation.
The identity of "se" in reflexive and reciprocal uses is captured by WALS Ch 106 classifying French as "mixed."
se — reflexive/reciprocal clitic (monovalent strategy).
Equations
- French.Reciprocals.se = { form := "se", person := some Person.third }
Instances For
l'un l'autre — bipartite reciprocal NP (bivalent strategy).
Equations
- French.Reciprocals.lunLautre = { form := "l'un l'autre", person := some Person.third, number := some Number.plural }