Pith. sign in
theorem

e_mem_T

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

plain-language theorem explainer

Euler's number $e=\exp(1)$ lies in the countable exp/log-closed Recognition Science subfield $T\subseteq\mathbb{R}$. Anyone assembling RS constants (especially $\alpha^{-1}$) inside $T$ cites this membership. The argument is a one-line application of exp-closure to the fact that the unit $1$ already sits in $T$ as a subfield.

Claim. Let $T\subseteq\mathbb{R}$ be the countable subfield obtained as the directed union of the exp/log-closure chain. Then $e=\exp(1)\in T$.

background

In the Primitive Recognition Calculus, the ambient workspace for RS constants is not all of $\mathbb{R}$ but a countable subfield built by iterated closure. Start from a seed field containing the rationals and the geometric seeds $\pi$ and $\varphi$, then repeatedly adjoin images under field operations, $\exp$, and $\log$. The successive stages form a directed chain $S_n$; their supremum

$$T:=\bigsqcup_n S_n$$

is declared the exp/log-closed RS field. By construction $T$ is a subfield of $\mathbb{R}$, hence contains $1$.

A companion lemma records that $T$ is closed under the real exponential: if $x\in T$ then $\exp x\in T$. Membership in $T$ is witnessed by landing in some finite stage $S_n$, and exp-closure simply advances the stage index by one via the step operator that adjoins exponentials.

proof idea

One-line term proof. Apply the exp-closure lemma to the hypothesis that the multiplicative unit belongs to $T$ (true for any subfield). The result is exactly $\exp(1)\in T$, i.e. $e\in T$.

why it matters

This is a seed membership needed before any RS constant that mentions $e$ can be certified as a $T$-element. Downstream, rs_operations_below_continuum packages the claim that a single countable subfield closed under field operations, $\exp$, and $\log$ already contains $\pi$, $\varphi$, $e$, and $\alpha^{-1}$, so "the continuum is removed from the framework's operations, not just its outputs." The unified headline cost_and_constants_share_one_countable_field strengthens that picture by also requiring $J$-cost closure on the same carrier.

The module comment after the proof flags the payoff formula $\alpha^{-1}=44\pi,\exp(-w_8\ln\varphi/(44\pi))$: every atom (field ops, one log, one exp) lands in $T$, so the fine-structure constant is produced without leaving the countable field. That sits next to the RS-native $\alpha^{-1}$ band $(137.030,137.039)$ and the forcing-chain landmarks that fix $\varphi$ and the eight-tick structure used in the exponent.

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