Documentation

Linglib.Syntax.Category.Pronoun.Reciprocal

Reciprocal pronouns — the pronominal exponent of reciprocity #

The pronoun member of the reciprocal series: ReciprocalPronoun extends the general Pronoun with the marker data of Syntax/Reciprocal.lean, the nominal strategy it realizes and the readings it covers, and fixes the Principle-A reciprocal binding class. A fragment writes the pronoun once and derives its Reciprocal.Marker entry with toMarker; Hungarian egymás, Japanese otagai and Wan ɔ̄ŋ̄ are such objects. Verbal and clitic reciprocal strategies are not pronouns and stay bare markers.

Main declarations #

structure ReciprocalPronounextends Pronoun :

A reciprocal pronoun: the general Pronoun (surface form + φ-features) as the nominal exponent of reciprocity, with the strategy it realizes and the readings it covers. The kind fixes the Principle-A reciprocal binding class, so entries need not restate it.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def instDecidableEqReciprocalPronoun.decEq (x✝ x✝¹ : ReciprocalPronoun) :
      Decidable (x✝ = x✝¹)
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The marker entry of a reciprocal pronoun.

        Equations
        Instances For
          @[instance_reducible]

          A reciprocal pronoun bears φ via its Pronoun core.

          Equations
          @[instance_reducible]

          Its binding class is the Pronoun core's, defaulting to the reciprocal.

          Equations