Outlook-indexed two-dimensional meaning #
[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 #
Outlook— prejacent + counterstance + outlook-relativeevaluation.Outlook.toPartialProp,Outlook.toTwoDimProp— the presuppositional and (perspective-fixed) two-dimensional projections.Outlook.IsRigid— the evaluation ignores the outlook (the pure-expressive corner).Outlook.ofTwoDimProp— aTwoDimPropas the constant (speaker-rigid) outlook family.
Main results #
rigid_noShift— a rigid outlook's CI is invariant under a change of outlook.ofTwoDimProp_isRigid— every embeddedTwoDimPropis rigid.not_isRigid_of_evaluation_ne— distinct evaluations witness perspective shift.
References #
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 : W → Prop
At-issue content, outlook-independent.
- counterstance : W → Prop
Presupposed salient counterstance.
- evaluation : O → W → Prop
Use-conditional tier, relative to an outlook.
Instances For
Presuppositional projection: the counterstance is the presupposition, the prejacent the assertion. Outlook-independent.
Equations
- m.toPartialProp = { presup := m.counterstance, assertion := m.prejacent }
Instances For
Two-dimensional projection at an outlook o: an ordinary TwoDimProp recovered by
fixing the perspective.
Equations
- m.toTwoDimProp o = { atIssue := m.prejacent, ci := m.evaluation o }
Instances For
The CI content attributed when the judge has outlook o.
Equations
- m.ciFrom o = m.evaluation o
Instances For
The counterstance (presupposition) projects through negation — via PartialProp.neg.
The CI tier projects through negation at a fixed outlook — via TwoDimProp.neg.
Rigidity: the pure-expressive corner #
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
- m.IsRigid = ∀ (o₁ o₂ : O), m.evaluation o₁ = m.evaluation o₂
Instances For
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
- Pragmatics.Expressives.Outlook.ofTwoDimProp t = { prejacent := t.atIssue, counterstance := fun (x : W) => True, evaluation := fun (x : O) => t.ci }
Instances For
Every embedded TwoDimProp is rigid — pure expressives do not perspective-shift, by
construction.