Documentation

Linglib.Pragmatics.Expressives.Outlook

Outlook-indexed two-dimensional meaning #

[Cop18] [Pot05] [HP09]

[Cop18]'s outlook-relative enrichment of the two-dimensional meaning of [Pot05]. A TwoDimProp fixes a single perspective; an Outlook is a family of two-dimensional meanings indexed by an outlook O (a circumstance of evaluation that settles matters of opinion, not just fact), together with a presupposed counterstance.

The point of the index is perspective shift ([HP09]): the use-conditional tier is evaluated at the speaker's outlook by default, but an attitude verb may supply the holder's outlook instead. A pure expressive is the constant family (ofTwoDimProp), so it cannot shift; IsRigid is exactly that constancy, and the perspective-shift diagnostic is then a theorem about the structure rather than a stipulated flag.

Main definitions #

Main results #

References #

[Cop18] [Pot05] [HP09]

structure Pragmatics.Expressives.Outlook (W : Type u_3) (O : Type u_4) :
Type (max u_3 u_4)

An outlook-indexed two-dimensional meaning ([Cop18]). At-issue content is shared across outlooks (only the use-conditional tier shifts), so the prejacent is stored once and the CI tier is a function of the outlook.

  • prejacent : WProp

    At-issue content, outlook-independent.

  • counterstance : WProp

    Presupposed salient counterstance.

  • evaluation : OWProp

    Use-conditional tier, relative to an outlook.

Instances For

    Presuppositional projection: the counterstance is the presupposition, the prejacent the assertion. Outlook-independent.

    Equations
    Instances For
      def Pragmatics.Expressives.Outlook.toTwoDimProp {W : Type u_1} {O : Type u_2} (m : Outlook W O) (o : O) :

      Two-dimensional projection at an outlook o: an ordinary TwoDimProp recovered by fixing the perspective.

      Equations
      Instances For
        def Pragmatics.Expressives.Outlook.ciFrom {W : Type u_1} {O : Type u_2} (m : Outlook W O) (o : O) :
        WProp

        The CI content attributed when the judge has outlook o.

        Equations
        Instances For
          @[simp]
          theorem Pragmatics.Expressives.Outlook.toTwoDimProp_atIssue {W : Type u_1} {O : Type u_2} (m : Outlook W O) (o : O) :
          @[simp]
          theorem Pragmatics.Expressives.Outlook.toTwoDimProp_ci {W : Type u_1} {O : Type u_2} (m : Outlook W O) (o : O) :
          @[simp]
          theorem Pragmatics.Expressives.Outlook.ciFrom_eq {W : Type u_1} {O : Type u_2} (m : Outlook W O) (o : O) :
          m.ciFrom o = m.evaluation o

          The counterstance (presupposition) projects through negation — via PartialProp.neg.

          theorem Pragmatics.Expressives.Outlook.ci_projects_through_neg {W : Type u_1} {O : Type u_2} (m : Outlook W O) (o : O) :

          The CI tier projects through negation at a fixed outlook — via TwoDimProp.neg.

          Rigidity: the pure-expressive corner #

          def Pragmatics.Expressives.Outlook.IsRigid {W : Type u_1} {O : Type u_2} (m : Outlook W O) :

          An outlook is rigid when its CI ignores the outlook — the perspective-insensitive (pure-expressive) case. Perspective shift is exactly the failure of this. This is the canonical rigidity predicate of Semantics.Intensional.Rigidity (Intension.IsRigid) applied to evaluation: constancy of the CI tier across the outlook index.

          Equations
          Instances For
            theorem Pragmatics.Expressives.Outlook.rigid_noShift {W : Type u_1} {O : Type u_2} {m : Outlook W O} (h : m.IsRigid) (o₁ o₂ : O) :
            m.ciFrom o₁ = m.ciFrom o₂

            A rigid outlook's CI is invariant under a change of outlook: no perspective shift.

            theorem Pragmatics.Expressives.Outlook.not_isRigid_of_evaluation_ne {W : Type u_1} {O : Type u_2} {m : Outlook W O} {o₁ o₂ : O} (h : m.evaluation o₁ m.evaluation o₂) :

            Distinct evaluations witness perspective shift: the outlook is not rigid.

            A TwoDimProp (a pure expressive — a single, speaker-rigid CI) as the constant outlook family: its evaluation ignores the outlook, and it carries the trivial counterstance.

            Equations
            Instances For

              Every embedded TwoDimProp is rigid — pure expressives do not perspective-shift, by construction.