Documentation

Linglib.Phenomena.Conditionals.Studies.CondoravdiLauer2016

@cite{condoravdi-lauer-2016} — Anankastic conditionals are just conditionals #

C&L's central claim: anankastics (eq. 1, the Harlem sentence) need no special compositional treatment, provided (i) want is given the effective-preference reading from § 5 (substrate at Theories/Semantics/Attitudes/CondoravdiLauer.lean) and (ii) the conditional has the double-modal NEC[ψ][MODAL[φ]] LF from § 6. The Hoboken problem (§ 2.3, § 7.1.1) is then solved by consistency-driven vacuous truth: a hypothetical effective preference for Harlem is incompatible with the actual effective preference for Hoboken, so the NEC's modal-base restriction by the antecedent is empty — and the universal NEC is vacuously satisfied.

Scope #

In:

Out: § 3 review (see Phenomena/Conditionals/Studies/vonFintelIatridou2005.lean); § 4 full near-anankastic taxonomy; § 6.2 Sobel sequences; § 7.1.4 informational asymmetry; § 7.2.3 weak antecedents/consequents. Strong-vs-weak modal distinction is set aside per paper fn. 12.

TODO #

A PreferenceStructure → Kratzer.OrderingSource bridge would let the inner MUST be evaluated non-trivially in scenarios where the antecedent restriction does not collapse to vacuous truth. The Hoboken theorem doesn't need it (vacuous truth wins), but a richer-information scenario or the § 7.2 near-anankastic family would. Substrate work, not paper-specific; tracked in Core/Order/PreferenceStructure/MaxInducedOrdering.lean:12-15.

Cross-references #

§ 6.1 Double-modal compositional schema (eq. 77) #

@cite{condoravdi-lauer-2016} eq. (77): If ψ, MODAL[φ] parses as NEC[ψ][MODAL[φ]] when the consequent contains an overt modal claim. Composed from conditionalNecessity (the outer NEC restriction by antecedent, from Theories/Semantics/Conditionals/Restrictor.lean) and an arbitrary world-indexed inner-modal proposition.

This is the schema instantiated by harlemLF. Kept inline rather than promoted to Theories/Semantics/Conditionals/DoubleModal.lean because no second paper-anchored study currently consumes it (≥ 2-consumer graduation rule). Kaufmann & Schwager 2009 on conditional imperatives would be the natural second consumer.

Equations
Instances For

    § 7.1 The Harlem LF (eq. 87b / 88) #

    @cite{condoravdi-lauer-2016} eq. (88) at the operator level: the Harlem-sentence LF parameterised over its four contextual backgrounds. NEC_{fBelS, gNorm}[wantEP(Ad, Harlem)] [MUST_{fHist, gInner}[ATrain]].

    The four contextual parameters:

    • fBelS — modal base of NEC, "speaker's true beliefs" (paper p. 41).
    • gNorm — ordering source of NEC, "stereotypical" (paper § 6.1).
    • fHist — modal base of MUST, "historical alternatives at time t" (paper p. 42; historicalNecessity substrate exists at Theories/Semantics/Modality/Temporal.lean:119, but the v1 LF here takes an arbitrary modal base because the Hoboken theorem doesn't constrain it).
    • gInner — ordering source of MUST. Paper eq. (88) uses g_epA (= maxOrderingSource EP Ad), but the bridge from Set (Set W) to the List-valued OrderingSource is deferred (see TODO in the module docstring); v1 takes gInner as a parameter.
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem Phenomena.Conditionals.Studies.CondoravdiLauer2016.harlemLF_eq_doubleModalLF {Agent W : Type u} (fBelS : Core.Logic.Intensional.ModalBase W) (gNorm : Core.Logic.Intensional.OrderingSource W) {B : AgentWSet W} (EP : Semantics.Attitudes.CondoravdiLauer.EffectivePreferentialBackground Agent W B) (fHist : Core.Logic.Intensional.ModalBase W) (gInner : Core.Logic.Intensional.OrderingSource W) (Ad : Agent) (Harlem ATrain : Set W) (w : W) :
      harlemLF fBelS gNorm EP fHist gInner Ad Harlem ATrain w = doubleModalLF fBelS gNorm (fun (w' : W) => Semantics.Attitudes.CondoravdiLauer.wantEP EP Ad Harlem w') (fun (w' : W) => Semantics.Modality.Kratzer.necessity fHist gInner (fun (x : W) => x ATrain) w') w

      The Harlem LF instantiates the eq. (77) double-modal schema by construction. Documentation theorem (the equality is rfl).

      § 7.1.1 Hoboken scenario — the headline theorem #

      A minimal two-world model: w₀ (actual, Ad effectively prefers Hoboken) and w₁ (hypothetical, Ad effectively prefers Harlem). The two destination propositions are disjoint, and Ad knows this (B = univ contains both worlds and HarlemHoboken = ∅).

      The headline (§ 7.1.1, p. 44): the Harlem sentence comes out true at w₀ despite Ad's actual preference for Hoboken — solving the conflicting-goals problem § 2.3 raised against Sæbø's analysis.

      @[reducible, inline]

      Two-world model: w₀ (Hoboken-world) and w₁ (Harlem-world).

      Equations
      Instances For

        The destination propositions. Disjoint by construction (HarlemHoboken = ∅) — Ad cannot go to both places in the same time frame, per paper p. 7 / eq. (90).

        Equations
        Instances For

          Ad's belief state: full epistemic uncertainty (both worlds are belief-possible). B Ad w = Set.univ for both Ad ∈ Unit and w ∈ World.

          Equations
          Instances For

            The propositions are disjoint at the world level (eq. 90).

            Effective preference at w₀: Ad effectively prefers Hoboken.

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

              Effective preference at w₁: Ad effectively prefers Harlem.

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

                The effective preferential background: at w₀ Hoboken-preferring, at w₁ Harlem-preferring. Uses if-on-decidable equality to keep the reduction simple at the use sites.

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

                  The crux: at wActual, Ad does NOT effectively prefer Harlem. By wantEP_jointly_belief_consistent, if Ad effectively preferred both Hoboken and Harlem, then (Hoboken ∩ Harlem) ∩ B Ad wActual ≠ ∅. But Hoboken ∩ Harlem = ∅, contradiction.

                  Speaker's modal base: knows the actual world. fBelS(w) = {w} is the simplest realization of "speaker's true beliefs" — the standard omniscient case where vacuous truth wins.

                  Equations
                  Instances For

                    Inner ordering source (paper g_epA) — paper-local placeholder. The Hoboken theorem's vacuous-truth doesn't constrain gInner; this is just a typed stub. See module docstring TODO on the bridge.

                    Equations
                    Instances For

                      The A-train proposition (arbitrary; the Hoboken theorem doesn't constrain it).

                      Equations
                      Instances For

                        Paper § 7.1.1 headline theorem (eq. 88 evaluated at the Hoboken scenario). The Harlem sentence is true at wActual — solving the conflicting-goals problem § 2.3 raised against Sæbø 2001.

                        Mechanism: the NEC's modal base is fBelS = [(· = wActual)], so accessibleWorlds fBelS wActual = {wActual}. Restricting by the antecedent wantEP EP Ad Harlem removes wActual from the accessible set (by not_wantEP_harlem_at_wActual, derived from the consistency of EP and HarlemHoboken = ∅), leaving the empty set. The NEC quantifies over bestWorlds of that empty set, which is empty, so the NEC is vacuously true.

                        The inner MUST is never evaluated — consistency of EP alone suffices. This is the formal core of C&L's claim that anankastics need no special compositional treatment.

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