Documentation

Linglib.Semantics.Plurality.Reciprocal.Scope

Reciprocal scope: anaphoric relations, locus, and readings #

On the relational analysis of reciprocals (Sternefeld, Beck, Dotlačil, Haug and Dalrymple) each other is a pronoun bearing an anaphoric relation to its antecedent; on the quantificational analysis (Heim, Lasnik and May) it contains a distributive quantifier. The narrow/wide scope ambiguity of a reciprocal in a complement clause is then, relationally, the ambiguity Williams found in any plural anaphor between group identity with the matrix subject (the we-reading) and binding by it (the I-reading).

The relations are conditions on plural information states in Semantics/Dynamic/PPCDRT/Anaphora.lean. This file holds their labels and the two-parameter classification of readings of Haug and Dalrymple §3.3: the locus of the reciprocal, high or low, crossed with the antecedent relation. Three of the four cells are attested; a bound local antecedent denotes an individual and so does not make available the plurality a low reciprocal needs.

Main definitions #

References #

The three anaphoric relations Dalrymple and Haug label their arrows with (the arrow is Higginbotham's, the binding/group-identity ambiguity Williams's): properties of a resolution rather than of the pronoun, since the same they can be bound or group-identical.

  • binding : AnaphoricRelation

    The pronoun is a bound variable of its antecedent and denotes an individual.

  • groupIdentity : AnaphoricRelation

    The pronoun denotes the same plurality as its antecedent.

  • reciprocity : AnaphoricRelation

    The same plurality across situations and distinct individuals in each.

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

      The locus of the reciprocal in the matrix update, ordered by scope.

      • low : Locus

        In situ in the complement clause.

      • high : Locus

        Lifted to the matrix clause.

      Instances For
        @[instance_reducible]
        Equations
        @[instance_reducible]
        Equations
        def Reciprocal.instReprLocus.repr :
        LocusStd.Format
        Equations
        Instances For
          @[instance_reducible]
          Equations

          The height of a locus.

          Equations
          Instances For
            @[simp]
            theorem Reciprocal.Locus.lt_iff (a b : Locus) :
            a < b a = low b = high

            The scope readings of a reciprocal in a complement clause.

            • narrow : Scope

              The we-reading: "Tracy and Chris each thought 'We saw each other'".

            • wide : Scope

              The I-reading: "Tracy thought 'I saw Chris' and Chris thought 'I saw Tracy'".

            Instances For
              @[instance_reducible]
              Equations
              @[instance_reducible]
              Equations
              def Reciprocal.instReprScope.repr :
              ScopeStd.Format
              Equations
              Instances For
                @[instance_reducible]
                Equations

                A reading in the two-parameter classification.

                • locus : Locus

                  The locus of the reciprocal.

                • antecedentRel : AnaphoricRelation

                  The relation between the matrix subject and the reciprocal's local antecedent.

                • reciprocalRel : AnaphoricRelation

                  The relation between the local antecedent and the reciprocal.

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

                      Narrow scope: low locus, group-identical antecedent, reciprocity in situ.

                      Equations
                      Instances For

                        Wide scope: high locus, bound antecedent, reciprocity in the matrix clause.

                        Equations
                        Instances For

                          The crossed reading: high locus, group-identical antecedent and reciprocal, with reciprocity contributed by the distinctness presupposition alone.

                          Equations
                          Instances For

                            The three attested cells; the fourth, a low reciprocal with a bound antecedent, is empty.

                            Equations
                            Instances For