inv
The lemma shows that if a real number x lies in the subfield generated by φ then its multiplicative inverse also lies in that subfield. Algebraic closure properties like this are invoked when constructing reciprocal quantities in Recognition Science calculations involving the golden ratio fixed point. The proof reduces immediately to the inverse membership axiom of the generated subfield.
claimIf $x$ belongs to the subfield of $ℝ$ generated by $φ$, then $x^{-1}$ also belongs to that subfield.
background
PhiClosed φ x asserts that x lies in phiSubfield φ, the smallest subfield of the reals containing φ, obtained via Subfield.closure on the singleton {φ}. This definition supplies the algebraic closure under field operations needed for elements built from the golden ratio. The lemma sits in RecogSpec.Core alongside sibling properties such as PhiClosed and phiSubfield, forming the basic toolkit for handling φ-generated quantities.
proof idea
The proof is a one-line term that applies the inv_mem property of the Subfield instance on (phiSubfield φ) directly to the hypothesis hx.
why it matters in Recognition Science
This closure under inversion feeds downstream results including toComplex_inv in ComplexFromLogic, zetaReciprocal differentiability and meromorphicity in EulerInstantiation, and automorphism compositions in RecogGeom.Symmetry. It supports algebraic manipulations required for the phi-ladder and self-similar fixed point in the Recognition framework (T5 J-uniqueness and T6).
scope and limits
- Does not establish metric or topological properties of the subfield.
- Does not connect the algebraic closure to physical observables or mass formulas.
- Does not address the case x = 0.
formal statement (Lean)
89lemma inv (hx : PhiClosed φ x) : PhiClosed φ x⁻¹ :=
proof body
Term-mode proof.
90 (phiSubfield φ).inv_mem hx
91
used by (18)
-
toComplex_inv -
inv -
rm2Closed_of_coerciveL2Bound -
zetaReciprocal_differentiableAt -
zetaReciprocal_meromorphicAt -
compAutomorphism_inv_left_eq_id -
compAutomorphism_inv_left_toFun -
compAutomorphism_inv_right_eq_id -
compAutomorphism_inv_right_toFun -
gaugeEquivalent_symm -
RecognitionAutomorphism -
symmetry_status -
half -
inv_pow_self -
inv_self -
partialDeriv_v2_radialInv -
partialDeriv_v2_radialInv_proved -
lnal_manifest_json