Schlenker 2003: attitude verbs as context quantifiers #
[Sch03]'s attitude semantics: attitude verbs quantify over
contexts of the reported speech act, not just worlds. Standard
Hintikka semantics ([Hin62]) — ∀w'. R(x,w,w') → p(w') — is the
special case where the embedded meaning reads only the world coordinate
(contextBox_world_only); in languages with shifted indexicals
(Amharic, Zazaki) the agent coordinate carries semantic content that
world quantification cannot express, because the embedded first person
reads the agent of the shifted context (reportedContext_agent) while
English I is invariant under the shift (english_I_invariant).
ContextBox is the operator: at each accessible world the embedded
meaning is evaluated against reportedContext, the context of the
reported speech act — the innermost context after pushing the attitude
shift, with the holder as agent, the accessible world as world, and the
remaining coordinates inherited. doxastic_holdsAt_iff_contextBox
grounds the DoxasticPredicate API of Doxastic.lean as veridicality
plus context quantification over a world-only meaning.
SatisfiesFixity renders the paper's Fixity Thesis, his (1): a meaning
whose truth value is independent of the context tower. World-only
meanings satisfy it (fixity_world_only); the shift-reading meanings
of his monster-friendly logics (Appendix B) are the failures. A
tower-general monstrous operator — an embedded meaning consuming the
whole shifted tower, needed for mixed origin/local readings — is the
generalization to mint when a study requires it; ContextBox's meaning
consults only the reported context.
The model sections verify the argument end to end on a two-person,
two-world model: English I refers to the actual speaker even under
attitudes (Kaplan's thesis), Amharic I shifts to the attitude
holder, ContextBox captures both patterns — reducing to BoxAt on
world-only meanings, where Fixity holds, and strictly exceeding it on
agent-reading meanings — and person features as presuppositions
derive logophoric pronouns.
The context of the reported speech act #
The context of the reported speech act ([Sch03] (4)): push the attitude shift onto the tower and read the innermost context — the holder becomes the agent, the accessible world the world, and the remaining coordinates are inherited.
Equations
- Schlenker2003.reportedContext t holder w' = (t.push (Semantics.Context.attitudeShift holder w')).innermost
Instances For
Context quantification #
ContextBox R holder φ t w worlds iff at every accessible world
w' the embedded meaning φ holds of the context of the reported
speech act — [Sch03]'s attitude verb quantifying over
contexts, with the finite worlds list as the decidable rendering
of the quantification (cf. BoxAt).
Equations
- Schlenker2003.ContextBox R holder φ t w worlds = ∀ w' ∈ worlds, R holder w w' → φ (Schlenker2003.reportedContext t holder w')
Instances For
Equations
- Schlenker2003.instDecidableContextBoxOfDecidablePredKContext R holder φ t w worlds = Schlenker2003.instDecidableContextBoxOfDecidablePredKContext._aux_1 R holder φ t w worlds
With a world-only meaning, context quantification is Hintikka world quantification — the sense in which [Hin62]'s semantics is a special case of [Sch03]'s.
DoxasticPredicate.HoldsAt is a veridicality check plus context
quantification over a world-only meaning — every doxastic predicate
of Doxastic.lean is a special case of [Sch03]'s context
quantification.
The Fixity Thesis #
The Fixity Thesis, [Sch03] (1): "the semantic value of an indexical is fixed solely by the context of the actual speech act, and cannot be affected by any logical operators." Rendered on tower-parameterized meanings: the truth value is independent of the tower configuration. It holds of every meaning of a monster-free language and fails for the shift-reading meanings of the paper's monster-friendly logics (Appendix B).
Equations
- Schlenker2003.SatisfiesFixity φ = ∀ (t₁ t₂ : Semantics.Context.ContextTower (Semantics.Context.KContext W E P T)) (w : W), φ t₁ w ↔ φ t₂ w
Instances For
World-only meanings satisfy the Fixity Thesis.
Shifted indexicals #
English I is invariant under the attitude shift used by
ContextBox — it resolves to the origin agent (the actual
speaker), not the attitude holder.
Equations
- Schlenker2003.instDecidableEqPerson x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Schlenker2003.instReprPerson = { reprPrec := Schlenker2003.instReprPerson.repr }
Equations
- One or more equations did not get rendered due to their size.
- Schlenker2003.instReprPerson.repr Schlenker2003.Person.bob prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Schlenker2003.Person.bob")).group prec✝
Instances For
Equations
- Schlenker2003.instDecidableEqWorld x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Schlenker2003.instReprWorld = { reprPrec := Schlenker2003.instReprWorld.repr }
Equations
- Schlenker2003.instReprWorld.repr Schlenker2003.World.w0 prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Schlenker2003.World.w0")).group prec✝
- Schlenker2003.instReprWorld.repr Schlenker2003.World.w1 prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Schlenker2003.World.w1")).group prec✝
Instances For
Equations
Instances For
Speech-act context: Alice speaking to Bob at world w0.
Equations
- Schlenker2003.speechCtx = { agent := Schlenker2003.Person.alice, addressee := Schlenker2003.Person.bob, world := Schlenker2003.World.w0, time := (), position := () }
Instances For
Bob's doxastic accessibility: both worlds are compatible with what Bob believes.
Equations
- Schlenker2003.bobBel Schlenker2003.Person.bob x✝¹ x✝ = True
- Schlenker2003.bobBel Schlenker2003.Person.alice x✝¹ x✝ = (x✝ = Schlenker2003.World.w0)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Tower after attitude shift: "Bob said that ..." pushes Bob as agent and w1 as the attitude world.
Equations
Instances For
English "I" = Alice (actual speaker), even under Bob's attitude verb.
Amharic "I" = Bob (attitude holder), shifted by the attitude verb.
English and Amharic "I" diverge under the same attitude shift.
Happiness predicate: Alice is happy in w0 only; Bob is happy in both.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
English: "Bob said that I am happy" = "Bob said that Alice is happy." The meaning is world-only (Alice is fixed by origin-reading "I"), so context quantification reduces to standard world quantification.
English version is false: Alice is NOT happy in all of Bob's belief worlds (she's unhappy in w1).
Amharic: "Bob said that I am happy" = "Bob said that Bob is happy." The meaning reads the agent from the shifted context (Bob), so ContextBox does NOT reduce to BoxAt.
The English and Amharic versions have different truth values: English fails, Amharic holds. This is the formal content of [Sch03]'s argument that context quantification is strictly more expressive than world quantification.
World-only meanings satisfy the Fixity Thesis: the truth value of "Alice is happy" is tower-independent.
The agent of the reported context is exactly what Amharic "I"
(amharic_pronI) resolves to.
English "I" gives the same result with or without the shift: both return Alice (the origin agent).
Bob is logophoric under the attitude shift: he is +author(local) (agent of the embedded context) but −author* (not the actual speaker Alice).
Alice (the speaker) is never logophoric: +author* blocks it.