Documentation

Linglib.Features.Logophoricity

Logophoric Roles [Sel87] #

[Sel87] identifies three logophoric roles that govern the licensing of logophoric pronouns and long-distance reflexives cross-linguistically:

These roles form an implicational hierarchy: source → self → pivot

That is, a source is necessarily a self and a pivot; a self is necessarily a pivot; but a pivot need not be a self or source.

Connection to Perspectival Phenomena #

The same logophoric roles govern:

The bridge to Minimalist P-Prominence ([PZ18]) is in PanchevaZubizarreta2018.

Logophoric roles from [Sel87].

The roles capture different dimensions of perspectival centering: who is the narrator (source), who is thinking/believing (self), and whose viewpoint structures the description (pivot).

Ordered by entailment: pivotselfsource. Being a source entails being a self, which entails being a pivot.

  • pivot : LogophoricRole

    The individual whose point of view the event is described from. Most general role. Bottom of the hierarchy.

  • self : LogophoricRole

    The individual whose mental state is reported. An attitude holder. Entails pivot.

  • source : LogophoricRole

    The individual who makes the report. Entails both self and pivot. Top of the hierarchy.

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

      Pivot is the bottom of the hierarchy.

      Source is the top of the hierarchy.

      def Features.Logophoricity.pointOfViewPrinciple (hasAttitudeHolder povIsAttitudeHolder : Bool) :
      Bool

      The Point-of-View Principle ([PZ18], (48)):

      Within a logophoric domain marking point of view, if there are attitude holders among the event participants, one of them has to be the point-of-view center.

      This principle is a semantic requirement that individual grammars can enforce at different points in the derivation. For the PCC, the relevant domain is the ApplP. For the CLR, the domain is evaluated at the semantics.

      Equations
      Instances For

        If there is no attitude holder, the principle is trivially satisfied.

        If there is an attitude holder and the POV center IS the attitude holder, the principle is satisfied.

        If there is an attitude holder but the POV center is NOT the attitude holder, the principle is violated.

        A carrier whose every element is logophoric — oriented toward a perspectival centre rather than to the utterance situation. requiredRole is the minimum [Sel87] role an antecedent must fill to license the form: a self for an Ewe -type logophoric pronoun (the antecedent must be an attitude holder), a pivot for a zibun-type long-distance reflexive (any point-of-view centre suffices).

        Word-class-neutral, like Indefinite/Demonstrative: logophoric pronouns, exempt reflexives, and verbal logophoric marking are sibling carriers, each supplying its own instance and read by the same [Logophoric α] generic code. Orthogonal to Bound (Syntax/Pronoun/Capabilities.lean): perspectival orientation is not the Principle A/B/C binding role — [Sel87]'s point that logophoric anaphora is role-oriented, licensed by a discourse role, not configurationally bound.

        • requiredRole : αLogophoricRole

          The minimum [Sel87] role an antecedent must fill to license the form.

        Instances
          def Features.Logophoricity.Logophoric.LicensedBy {α : Type u_1} [Logophoric α] (a : α) (antecedentRole : LogophoricRole) :

          The form a is licensed by an antecedent filling role antecedentRole: the antecedent reaches at least the form's requiredRole on the pivotselfsource hierarchy. Derived from the order (§ 2), not stipulated — a form requiring self is licensed by a source antecedent because selfsource.

          Equations
          Instances For

            Every logophoric form is licensed by a source antecedent — the reporter sits at the top of the hierarchy, so it meets any form's requirement (le_source). A generic fact over the capability, independent of carrier or requiredRole.

            theorem Features.Logophoricity.Logophoric.LicensedBy.mono {α : Type u_1} [Logophoric α] {a : α} {r r' : LogophoricRole} (h : LicensedBy a r) (hr : r r') :

            Licensing is monotone in the antecedent's role: a stronger centre still licenses whatever a weaker one does (transitivity of the hierarchy).