Chain Helpers for the Transfinite Construction #
Cardinal arithmetic wrappers and cardinality bounds on chain unions needed for the ordinal-indexed iteration in Jensen's construction of UFDs with prescribed completions.
Jensen, "Completions of UFDs with semi-local formal fibers", 2006, Theorem 2.2.
Main Construction: Jensen's Corollary 2.4 for P = (0) #
For T a complete local domain with depth ≥ 2, |T/M| = |T|, char 0, construct a local UFD A with  ≅ T and HasTrivialGenericFormalFiber A.
Construction:
- Start with R₀ = initial N-subring (≅ ℚ).
- Well-order V = {nonzero primes of T} × T/M² with |V| = |T/M|.
- At successor α: use combined_step with q_α and ℓ_α.
- At limit α: take transfinite union.
- A = ⋃ R_α satisfies Prop 1 conditions ⟹ A is Noetherian, Â ≅ T.
- A is a UFD (transfinite union preserves UFD).
- For every nonzero prime q: q ∩ A ≠ (0) (handled at step for q).
- Therefore HasTrivialGenericFormalFiber A.
Cardinal-parameter versions of the combined step #
Versions of the combined step that use cardinal bounds #R < #T and
ℵ₀ < #T instead of countability of R. These are the forms needed
by the transfinite iteration, where intermediate subrings grow beyond
countable but remain strictly smaller than T.
Cardinal-param version of combined_step: given #R < #T and ℵ₀ < #T,
produce an A-extension S with coverage for ℓ, catching for q, closedness,
and #S < #T.
Cardinal-param version of combined_step_surj: surjectivity-only step.
Cardinality bound at limit steps of ordinal recursion:
the union of a chain of NSubrings indexed by ι' with #ι' < #T and
each #R(α) bounded by #ι' has #(⋃R) < #T.
The hypothesis h_card_bound (each #R_α ≤ #ι') is satisfied in the recursion
because finitely generated operations preserve cardinality of infinite rings,
so #R(β) ≤ #R(0) · #β ≤ #λ for β < λ.