Representability of Epistemic Systems #
@cite{kraft-pratt-seidenberg-1959} @cite{holliday-icard-2013}
FA systems on small domains (|W| ≤ 4) are representable by finitely additive probability measures (Theorem 8a, @cite{kraft-pratt-seidenberg-1959}). For |W| ≥ 5, this fails: the KPS counterexample provides an FA system with no representing measure (Theorem 8b).
Contents #
- KPS counterexample (Fin 5): non-representable FA system (
kpsSystemFA,kps_not_representable) - Shared infrastructure: null element reduction (
null_elem_reduce), transport/permutation (transportFA,perm_repr) - Per-cardinality proofs: Fin 0 (
no_fa_empty), Fin 1 (theorem8a_fin1), Fin 2 (theorem8a_fin2), Fin 3 (theorem8a_fin3)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Removing a null element from both sides of a disjoint comparison preserves ge.
When sys.ge ∅ {j} (j is null) and C, D are disjoint, sys.ge C D ↔ sys.ge (C\{j}) (D\{j}).
Null element reduction: if element 0 is null in an FA system on Fin (n+2), reduce to Fin (n+1) via Fin.succ and delegate to a sub-theorem.
Equations
- Core.Scale.transportFA e sys = { ge := fun (A B : Set α) => sys.ge (⇑e.symm '' A) (⇑e.symm '' B), refl := ⋯, mono := ⋯, bottom := ⋯, nonTrivial := ⋯, total := ⋯, trans := ⋯, additive := ⋯ }
Instances For
Equations
- Core.Scale.transportMeasure e m = { mu := fun (A : Set W) => m.mu (⇑e '' A), nonneg := ⋯, additive := ⋯, total := ⋯ }
Instances For
Null pattern transport: j is null in transportFA σ sys iff σ.symm j is null in sys.
Concrete null pattern conversion: if σ.symm j = k then null-at-j in transported
system iff null-at-k in original.
Permutation transport for representability: if transportFA σ sys is representable,
then so is sys.