Documentation

Linglib.Logic.ComparativeProbability.WorldOrdering

World-ordering semantics: the l-lifting as a comparative-probability model #

[lewis-1973]'s comparative possibility lifts an ordering of worlds to an ordering of propositions (dominationLift); [holliday-icard-2013] (§5) take it as a semantics for comparative epistemic modals with complete logic WJR ([halpern-2003] Thm. 7.5.1). This file gives the model-theoretic content of that completeness: a monotone, transitive comparison relation is an l-lifting of some reflexive world relation iff it satisfies right-union (axiom J) and determination by singletons.

Main statements #

theorem ComparativeProbability.strict_dominationLift_iff {α : Type u_1} {r : ααProp} (hTotal : ∀ (a b : α), r a b r b a) (A B : Set α) :
Strict (dominationLift r) A B aA, bB, r a b ¬r b a

Over a total relation, the strict l-lifting collapses to Lewis's ∃∀ comparative possibility: some A-point strictly dominates every B-point.

theorem ComparativeProbability.exists_dominationLift_repr {W : Type u_1} [Fintype W] {ge : Set WSet WProp} (hMono : ∀ (A B : Set W), ABge B A) (hTran : ∀ (A B C : Set W), ge A Bge B Cge A C) (hJ : RightUnion ge) (hDS : DeterminedBySingletons ge) :
∃ (ge_w : WWProp) (_ : ∀ (w : W), ge_w w w), ∀ (A B : Set W), ge A B dominationLift ge_w A B

Theorem 2 ([halpern-2003], Thm. 7.5.1a; [holliday-icard-2013]): a monotone, transitive comparison relation satisfying J (right-union) and DS (determination by singletons) is representable by Lewis's l-lifting from a reflexive preorder on worlds.

The paper states this as a logic completeness theorem for WJR (K + BT + Tran + J + Mon + R). We prove the underlying per-model representation result, which is the model-theoretic core: the semantic hypotheses correspond to WJR's axioms evaluated on a single model, without formalizing the syntax or proof system.

Construction: ge_w u v := ge {u} {v}.

theorem ComparativeProbability.dominationLift_repr_iff {W : Type u_1} [Fintype W] {ge : Set WSet WProp} (hMono : ∀ (A B : Set W), ABge B A) (hTran : ∀ (A B C : Set W), ge A Bge B Cge A C) :
(∃ (ge_w : WWProp), (∀ (w : W), ge_w w w) ∀ (A B : Set W), ge A B dominationLift ge_w A B) RightUnion ge DeterminedBySingletons ge

Round trip of exists_dominationLift_repr: a monotone, transitive comparison relation is representable by Lewis's l-lifting iff it satisfies right-union and determination by singletons — the model-theoretic form of soundness and completeness for WJR ([holliday-icard-2013]; [halpern-2003] Thm. 7.5.1). Soundness transfers dominationLift_rightUnion and dominationLift_determinedBySingletons across the representation.