gens_finite
plain-language theorem explainer
The seed set for the exp/log field construction, consisting of π and the golden ratio φ, is a finite subset of the reals. Anyone proving countability of the staged subfields S(n) cites this at the base case. The argument is a one-line finiteness fact after unfolding the two-point definition.
Claim. The set $\{\pi,\,\varphi\}\subset\mathbb{R}$ is finite, where $\varphi$ is the golden ratio.
background
In the primitive recognition calculus, RS constants are reached by closing a seed set under field operations together with real exp and log. The seed is deliberately minimal: rationals arrive automatically as the prime field of any subfield of $\mathbb{R}$, so only two extra generators are named.
Those generators are $\pi$ and the golden ratio $\varphi$ (the self-similar fixed point forced in the T6 step of the unified forcing chain). The definition gens is exactly the two-point set ${\pi,\varphi}$. Later stages adjoin exp/log images of the current field and take the generated subfield; the whole tower is written $S(n)$.
Finiteness of the seed is the elementary input that turns subfield-closure countability lemmas into a countable base field before the inductive step of the tower.
proof idea
Unfold the definition of the generator set to ${\pi}\cup{\varphi}$. Apply the standard facts that a singleton is finite and that adjoining one more point preserves finiteness (Set.finite_singleton then insert). No analysis or field theory is used.
why it matters
This lemma is the base-case fuel for S_countable: every stage $S(n)$ is a countable subset of $\mathbb{R}$ because it is a subfield generated by a countable set. The zero stage is precisely the subfield closure of the generators, and the proof invokes MinimalField.subfield_closure_countable_of_finite on this finiteness result.
Countability of the exp/log tower matters because the construction is meant to reach every RS-native constant (including those built from $\varphi$-ladder rungs, $c=1$, $\hbar=\varphi^{-5}$, and the $\alpha^{-1}$ band) without leaving a continuum-sized residue of undefined symbols. The result itself is pure set theory; its place in the framework is as the first link that makes the staged field countable.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.