Pith. sign in
theorem

phi_mem_T

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

plain-language theorem explainer

The golden ratio φ lies in the countable exp/log-closed RS subfield T ⊆ ℝ. Anyone assembling RS constants (α⁻¹, J-cost values, the mass ladder) inside T cites this seed membership. The proof is a one-line term: φ is among the stage-0 generators, so it belongs to S 0 and therefore to the directed union T.

Claim. The golden ratio $\varphi=(1+\sqrt{5})/2$ belongs to the countable subfield $T\subseteq\mathbb{R}$ defined as the directed union $T=\bigsqcup_n S_n$ of the exp/log-closed chain starting from the RS seed generators.

background

In this module the ambient workspace for Recognition Science constants is not all of $\mathbb{R}$, but a single countable subfield $T\subseteq\mathbb{R}$. One builds a directed chain $S_n$ of subfields: $S_0$ is the subfield generated by a finite seed set (including $\pi$ and $\varphi$), and each later stage closes under field operations together with $\exp$ and $\log$. Then

$$T:=\bigsqcup_n S_n=\sup_n S_n.$$

Membership in the union is characterized by the sibling lemma mem_T_iff: $x\in T$ if and only if $x\in S_n$ for some finite stage $n$. The present theorem places the golden ratio, the self-similar fixed point forced at T6 of the unified forcing chain, into that carrier at stage zero.

proof idea

One-line term proof. Rewrite the goal via mem_T_iff.mpr, so it suffices to exhibit a stage. Take $n=0$. The generator set of $S_0$ contains $\varphi$ (by the insert-membership of the seed list), and the subfield-closure operator is extensive, so $\varphi\in S_0\subseteq T$.

why it matters

φ is a seed of every RS constant construction: the mass ladder is a φ-power tower, α⁻¹ is built from π, φ and one exp/log, and the canonical cost J is evaluated on φ-ladder rungs. Downstream, alphaInv_mem_T invokes this fact directly so that

$$\alpha^{-1}=4!4\cdot\pi\cdot\exp(-w_8\ln\varphi/(4!4\cdot\pi))$$

lands in T; jcost_phi_mem_T pushes J(φ) into T; and the two headline theorems rs_operations_below_continuum and cost_and_constants_share_one_countable_field list φ∈T among the seeds that make the whole constant package live on one countable carrier. Without φ∈T the continuum-removal claim for RS operations fails at the first rung.

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