Documentation

InfinitaryLogic.ModelTheory.HanfSpectrum.Powerset

The powerset witness: ladder stage α = 0 #

The α = 0 instance of the common ladder sentence (HanfSpectrum/LadderSyntax.lean): the index order Index 0 has exactly the two levels ⊥ ⋖ ⊤, so a ladder model is a set of "elements" (U_⊤ = everything) whose E-predecessors all lie in the countable base U_⊥ (enumerated by the constants), with E-extensionality. The maximal model is the full powerset:

The two-element order facts (covBy_of_lt_index_zero, not_isSuccLimit_index_zero) are isolated here so they do not contaminate the model verification; the general-stage analogues (typein-recursion) belong to BethLadder.lean.

Reference: Marker, Lectures on Infinitary Model Theory, Exercise 5.3 (the φ_1 stage).

The two-element index order Index 0 #

In the two-element order Index 0, every strict inequality is a covering: there is no middle element (the typein values would form a strict 3-chain below 2).

The two-element order Index 0 has no successor-limit elements.

The powerset model on Set #

@[reducible]

The powerset structure: constants are the singletons, U_⊥ is the set of singletons (U_i trivial for i ≠ ⊥), and E x y says x is a singleton {n} with n ∈ y.

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

    The upper bound: every α = 0 ladder model has size ≤ 2 ^ ℵ₀ #

    In any α = 0 ladder model, E-predecessors lie in the base level: ⊥ ⋖ ⊤, everything is in U_⊤, and predecessor descent lands in U_⊥.

    The maximal-size bound at α = 0: E-extensionality injects the model into the powerset of the countable base level.

    The second sharpness step: ℶ_1 < Lomega1omegaHanfNumber — the α = 0 ladder sentence has the powerset Set as a maximal model of size exactly 2 ^ ℵ₀ = ℶ_1.