Potential Isomorphism #
This file defines potential isomorphism between structures and connects it to back-and-forth equivalence at all ordinal levels.
Main Definitions #
PotentialIso: A potential isomorphism between structures M and N is a family of finite partial maps containing the empty map and closed under extension in both directions.
Main Results #
PotentialIso.countable_toEquiv: Potentially isomorphic countable structures are isomorphic.BFEquiv_all_implies_potentialIso: Back-and-forth equivalence at every ordinal yields a potential isomorphism.
References #
- [KK04], Theorem 1.2.1
A potential isomorphism between structures M and N is a family of finite partial maps (given as pairs of compatible tuples) that contains the empty map and is closed under extension in both directions.
This is the model-theoretic notion corresponding to "back-and-forth system" or "winning strategy in the infinite EF game."
The family of partial maps, represented as pairs of tuples of equal length.
The family contains the empty map.
- compatible (p : (n : ℕ) × (Fin n → M) × (Fin n → N)) : p ∈ self.family → SameAtomicType p.snd.1 p.snd.2
Each pair in the family preserves atomic type.
- forth (p : (n : ℕ) × (Fin n → M) × (Fin n → N)) : p ∈ self.family → ∀ (m : M), ∃ (n' : N), ⟨p.fst + 1, (Fin.snoc p.snd.1 m, Fin.snoc p.snd.2 n')⟩ ∈ self.family
Forth: for any pair and any element of M, there's an extension in the family.
- back (p : (n : ℕ) × (Fin n → M) × (Fin n → N)) : p ∈ self.family → ∀ (n' : N), ∃ (m : M), ⟨p.fst + 1, (Fin.snoc p.snd.1 m, Fin.snoc p.snd.2 n')⟩ ∈ self.family
Back: for any pair and any element of N, there's an extension in the family.
Instances For
The trivial potential isomorphism from M to itself via the identity.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Potential isomorphism is symmetric.
Equations
Instances For
PotentialIso implies isomorphism for countable structures #
For countable structures, a potential isomorphism implies actual isomorphism.
This is a direct back-and-forth construction that doesn't go through Scott sentences or Karp's theorem, avoiding circular dependencies in the formalization.
BF-equivalence at all ordinals implies potential isomorphism.
The proof constructs the family of tuples (n, a, b) such that BFEquiv α n a b holds
for every ordinal α, and verifies the forth and back properties by a supremum
contradiction argument.
Universe constraint: The proof requires the ordinal universe to match the type universe
w (via Ordinal.bddAbove_of_small). This is because the contradiction argument takes a
supremum of ordinals indexed by N : Type w, which requires Ordinal.{w}.