Base diagram, preservation predicate, and the gap witness (issue #12, commit 2) #
The three frozen foundations of the well-ordering construction (audit v2, D1/D2/D4/D6):
baseDiagram φ lt— the countable baseBφ = {φ} ∪ {d_q < d_r : q < r}that literally belongs to every consistency-property member (D4);RelChain/RelPreserving— the raw positive forms: an ordinal-indexed chain strictly increasing for the interpreted relation, and a relation-preserving map fromℚ(D1/D2 — no injectivity, no order-embedding packaging);GapWitness— the rank-based representation frozen from the audit-§8 probe: a chain of lengthγ, marked ranks for the mentioned tuple, and the three α-margins (initial, internal, terminal) as explicit fields.
One addition to the §8 structure (discovered by the insertion engine, kept as an explicit
field per review): lt_gamma : α < γ, the bottom margin. For m > 0 it is derivable
(α ≤ rank 0 < γ), but for m = 0 the other fields are vacuous and the witness would carry
no information about the chain's length — insertion into empty support (the fourth case of
the uniform insertion lemma) needs the chain to be long enough to contain rank α.
GapWitness.mono is the downward closure in α consumed by the ω₁ fiber argument (C4).
The base diagram #
The positive order atom d_q < d_r (over the rational constants of the coding layer).
Equations
Instances For
The base diagram Bφ = {φ} ∪ {d_q < d_r : q < r}: the lifted sentence together with
the full positive rational diagram. Per the frozen member shape (D4), Bφ literally belongs
to every consistency-property member.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The base diagram is countable.
The raw positive predicates #
An ordinal-indexed chain in M, strictly increasing for the interpreted relation lt —
the raw positive form (no injectivity packaged).
Equations
- FirstOrder.Language.RelChain lt γ w = ∀ (x y : γ.ToType), x < y → FirstOrder.Language.Structure.RelMap lt ![w x, w y]
Instances For
A relation-preserving map from ℚ — the raw positive conclusion form (D2).
Equations
- FirstOrder.Language.RelPreserving lt f = ∀ (q r : ℚ), q < r → FirstOrder.Language.Structure.RelMap lt ![f q, f r]
Instances For
The gap witness (frozen, audit §8 + the bottom margin) #
The gap witness (rank form): a chain of length γ containing the marked tuple b at
ranks that carry an initial margin ≥ α, pairwise internal gaps ≥ α, a terminal margin
≥ α, and the bottom margin α < γ (explicit even where derivable — see the module
docstring).
- γ : Ordinal.{0}
the chain length
the chain
- rank : Fin m → Ordinal.{0}
the marked ranks of the tuple
initial margin
internal gaps
terminal margin
bottom margin: the chain is long enough to contain rank
α(data form = 0)the tuple is the chain at the marked ranks
Instances For
Downward closure in α — the monotonicity consumed by the ω₁ fiber argument: a
witness at α is a witness at every β ≤ α.