Representability of qualitative probability orders #
Qualitative probability orders on small domains (|W| ≤ 4) are representable by finitely additive probability measures (Theorem 8a, [kraft-pratt-seidenberg-1959]). For every |W| ≥ 5 this fails: padding the KPS counterexample with null atoms gives a non-representable order at each cardinality (Theorem 8b).
[UPSTREAM] candidate (see the note in Defs.lean).
Contents #
Representable: the representability predicate.- KPS counterexample (Fin 5): non-representable order (
kpsSystem,kps_not_representable); null-atom padding (QualitativeProbability.pad,exists_nonrepresentable_fin) extends it to everyFin nwithn ≥ 5. - Shared infrastructure: null element reduction (
null_elem_reduce), representability along equivalences (perm_repr). - Small-cardinality proofs: Fin 1
(
representable_fin1), Fin 2 (representable_fin2). Fin 3 and Fin 4 are derived from Scott cancellation inCancellationFin4.lean(representable_fin3,representable_fin4).
A qualitative probability order is representable when some finitely additive probability measure induces exactly its comparison relation.
Equations
- ComparativeProbability.Representable sys = ∃ (m : ComparativeProbability.FinAddMeasure ℚ W), ∀ (A B : Set W), sys.le A B ↔ m A ≤ m B
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Agreement on disjoint pairs suffices for full representability (Axiom A reduces every comparison to a disjoint one).
Removing a null element (sys.le {j} ∅) from both sides of a disjoint
comparison preserves le.
Null element reduction: if atom 0 is null in an order on Fin (n+2) and
some atom is not, representability reduces along Fin.succ to Fin (n+1).
Null pattern transport: j is null in sys.transport σ iff σ.symm j is
null in sys.
Representability transports backward along any equivalence.
Pad an order with one null atom: comparisons on Fin (n + 1) are decided
by the preimage restriction to the first n atoms.
Equations
Instances For
The padded atom is null.
Padding reflects representability: a measure for sys.pad assigns the
padded atom measure zero, so its Fin.castSucc-image restriction represents
sys.
Theorem 8b at every cardinality: for n ≥ 5 there is a non-representable
FA system on Fin n — the KPS counterexample, padded with null atoms.