KD45 Projection: The @cite{heim-1992} Know/Believe Asymmetry #
@cite{heim-1992}
@cite{heim-1992} observed that presupposition projection differs under knowledge vs. belief predicates:
- "John knows Mary stopped smoking" → Mary actually smoked
- "John believes Mary stopped smoking" → Mary smoked in John's beliefs
The first projects the presupposition to the actual world; the second only attributes it to the attitude holder. This asymmetry follows from the modal frame conditions:
- Knowledge (S5): reflexive — the actual world is knowledge-accessible from itself, so presuppositions must hold there.
- Belief (KD45): serial but not reflexive — the actual world need not be belief-accessible, so presuppositions can hold only in the agent's belief worlds without being true.
This file constructs a concrete 2-world model demonstrating the asymmetry,
connecting KnowledgeBeliefFrame (from EpistemicLogic.lean) through
doxOfAccessRel (from BeliefEmbedding.lean) to presupFiltered
(from LocalContext.lean).
World Model #
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Frame Construction #
Knowledge accessibility (S5: reflexive). Both worlds access both worlds.
Equations
Instances For
Knowledge relation is reflexive.
Belief relation is serial (every world accesses some world).
Belief relation is NOT reflexive (actual does not access itself).
Belief relation is transitive.
Belief relation is Euclidean.
The agent-indexed knowledge relation.
Equations
Instances For
The agent-indexed belief relation.
Equations
Instances For
The knowledge-belief frame bundling S5 knowledge and KD45 belief.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Presupposition #
Global context: both worlds are in the context set.
Equations
Instances For
Local Contexts #
Knowledge local context constructed via the bridge.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Belief local context constructed via the bridge.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@cite{heim-1992} Asymmetry Theorems #
S5 reflexivity forces presupposed content to be true at the actual world.
Under knowledge embedding, if the presupposition is filtered (entailed
by the knowledge local context) at actual, then the presupposition
must hold at actual — because S5 reflexivity makes actual one of
the knowledge-accessible worlds from actual.
KD45 non-reflexivity permits false presuppositions under belief embedding.
The presupposition is filtered at actual (entailed by the belief local
context) even though presup actual = false. This is because the only
belief-accessible world from actual is believed, where the
presupposition holds.
The @cite{heim-1992} know/believe asymmetry.
Under our concrete model where the presupposition is false at the actual world:
- The presupposition IS filtered under belief embedding (KD45) — John's belief worlds satisfy it.
- The presupposition is NOT filtered under knowledge embedding (S5) —
reflexivity forces it to hold at
actual, where it is false.