Documentation

Linglib.Phenomena.Presupposition.Studies.Heim1992

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:

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:

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).

The other half of @cite{heim-1992} — comparative-belief desire semantics for want/wish/hope — is at Phenomena/Modality/Studies/Heim1992.lean. Both halves of the paper are formalized; the substrate splits along the natural Phenomena boundary (presupposition vs modality).

World Model #

Two-world model for the @cite{heim-1992} scenario.

  • actual: Mary never smoked (presupposition false)
  • believed: Mary used to smoke (presupposition true), accessible via John's beliefs
Instances For
    @[implicit_reducible]
    Equations
    def Heim1992.instReprAttWorld.repr :
    AttWorldStd.Format
    Equations
    Instances For
      @[implicit_reducible]
      Equations

      Single agent: John.

      Instances For
        @[implicit_reducible]
        Equations

        Frame Construction #

        Knowledge accessibility (S5: reflexive). Both worlds access both worlds.

        Equations
        Instances For

          Belief accessibility (KD45: serial, not reflexive). From actual, only believed is accessible. From believed, only believed is accessible.

          Equations
          Instances For

            Bool-valued mirror of believesR for downstream code that needs decidable accessibility (e.g., MaybeMonad.believe).

            Equations
            Instances For

              Belief relation is serial (every world accesses some world).

              Belief relation is NOT reflexive (actual does not access itself).

              R_B ⊆ R_K: belief-accessible worlds are knowledge-accessible.

              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
                  Instances For

                    Presupposition #

                    "Mary used to smoke" — the presupposition of "stop smoking". True at believed, false at actual.

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

                      Global context: both worlds are in the context set.

                      Equations
                      Instances For

                        Local Contexts #

                        @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 is 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:

                        1. The presupposition IS filtered under belief embedding (KD45) — John's belief worlds satisfy it.
                        2. The presupposition is NOT filtered under knowledge embedding (S5) — reflexivity forces it to hold at actual, where it is false.