Pith. sign in
theorem

rsField_mem_pi

proved
show as:
module
IndisputableMonolith.Foundation.PrimitiveRecognitionCalculus.PRCMinimalField
domain
Foundation
line
103 · github
papers citing
none yet

plain-language theorem explainer

π lies in the minimal Recognition Science field: the subfield of ℝ generated by the named RS constants. Anyone citing the countable carrier for RS physics, or the soundness of finite-description evaluation, needs this membership fact. The proof is a one-line wrapper: π is among the generators, so it sits in the subfield closure.

Claim. The real number $\pi$ belongs to the subfield of $\mathbb{R}$ generated by the named Recognition Science constants $\{\varphi,\,\pi,\,e,\,\alpha^{-1}\}$.

background

The module builds the smallest subfield of $\mathbb{R}$ that can host the named Recognition Science constant values. The generator set is the four-element collection ${\varphi,,\pi,,e,,\alpha^{-1}}$, where $\varphi$ is the golden ratio, $e=\exp(1)$, and $\alpha^{-1}$ is the fine-structure inverse used in the RS band. The minimal field is the subfield closure of that set; it automatically contains $\mathbb{Q}$ as the prime field.

Membership of each generator in the closure is the elementary fact that feeds both countability arguments and the evaluation soundness of finite RS expressions. Upstream, the generator set and its closure are defined exactly for this purpose: the closure is "the minimal field carrying RS physics" and is identified with $\mathbb{Q}_\delta$ adjoined with the constant values.

proof idea

One-line wrapper around the Mathlib lemma that every set is contained in its subfield closure. Unfold the generator set definition and discharge membership of $\pi$ by simplification; the subset-of-closure fact then places $\pi$ in the closed field.

why it matters

This is one of the four generator-membership lemmas that make the countable RS carrier usable. Downstream, evaluation soundness for finite RS expressions invokes it on the $\pi$ constructor: every carrier term evaluates into the countable field, so "the finite-description syntax never escapes the carrier." The same fact is conjoined into the Item 1 headline that every named RS constant lives in one countable subfield of $\mathbb{R}$ strictly below the continuum, so the uncountable real line is not required as the home of the constants.

In the broader foundation stack this supports the claim that RS physics sits on a countable algebraic skeleton rather than on arbitrary continuum data, consistent with the discrete forcing chain (eight-tick octave, $D=3$, $\varphi$-ladder) living over a countable constant field.

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