Pith. sign in
def

gens

definition
show as:
module
IndisputableMonolith.Foundation.PrimitiveRecognitionCalculus.PRCExpLogField
domain
Foundation
line
59 · github
papers citing
none yet

plain-language theorem explainer

The seed set for the exp/log closure is the two-element set {π, φ}. Anyone building the countable RS constant field starts here: rationals arrive free as the prime field, and these two seeds plus field operations, exp, and log generate the rest. The definition is a literal set literal; no proof content.

Claim. Let $G = \{\pi, \varphi\} \subset \mathbb{R}$, where $\varphi$ is the golden ratio. This is the generator set for the exp/log closure used to reach Recognition Science constants.

background

In the Primitive Recognition Calculus exp/log field module, constants of Recognition Science are realized inside a countable subfield of $\mathbb{R}$ obtained by starting from a small seed set and iteratively adjoining images under $\exp$ and $\log$, then taking subfield closure.

Rationals need not be seeded: every subfield of $\mathbb{R}$ already contains $\mathbb{Q}$ as its prime field. The only external seeds required are $\pi$ (transcendental) and $\varphi$ (the golden ratio, forced in the RS chain as the self-similar fixed point at T6). Field operations together with exp and log then reach the remaining RS constants (including those built from powers of $\varphi$ and from $\pi$ in geometric factors such as $G = \varphi^5/\pi$).

The construction lives one import above the minimal-field layer, which supplies countable-closure lemmas for finite generator sets.

proof idea

Pure definition: the set is written as the two-element set literal ${\mathrm{Real.pi},,\mathrm{Real.goldenRatio}}$. No tactics, no lemmas. Downstream finiteness is immediate from singleton-insert finiteness.

why it matters

This seed set is the base of the increasing stage chain $S$: $S_0$ is the subfield closure of the generators, and each later stage adjoins exp/log images. Finiteness of the seed set feeds $S_n$ countable at every stage, so the eventual exp/log closure remains countable.

Downstream, the same generators appear in structural positivity arguments in the CKM exact module (via the shared constant pool). In the broader RS forcing chain, $\varphi$ is the T6 fixed point and $\pi$ enters geometric normalizations (e.g. Newton $G$); packaging them as the sole seeds makes precise the claim that every RS constant is reachable from these two plus exp/log and field operations.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.