div
The lemma establishes closure of the subfield generated by φ under division. Recognition Science model builders cite it to confirm that ratios of phi-algebraic quantities remain admissible. The proof is a one-line term that invokes the division membership property of the Subfield instance for phiSubfield φ.
claimLet φ ∈ ℝ. If x and y belong to the subfield generated by φ, then x/y also belongs to that subfield.
background
PhiClosed φ x asserts that x lies in phiSubfield φ, the smallest subfield of the reals containing φ. This subfield is constructed as the closure of the singleton set {φ} under field operations. The div lemma supplies one of the closure properties needed to treat PhiClosed as a subfield under the standard operations on ℝ.
proof idea
The proof is a direct term-mode application of (phiSubfield φ).div_mem hx hy, which follows from the definition of Subfield.
why it matters in Recognition Science
This closure property supports downstream results such as discrete_to_continuum_continuity in CoarseGrain and toComplex_div in ComplexFromLogic. It ensures that division preserves membership in the phi-generated field, which is central to algebraic consistency in Recognition Science derivations. The lemma feeds into gravity and Maxwell modules where dimensioned quantities must stay within the allowed algebraic closure.
scope and limits
- Does not establish density of the subfield in the reals.
- Does not connect to the Recognition Composition Law or J-function.
- Does not provide a constructive algorithm for computing elements.
- Does not extend the closure to complex numbers or other fields.
formal statement (Lean)
92lemma div (hx : PhiClosed φ x) (hy : PhiClosed φ y) :
93 PhiClosed φ (x / y) :=
proof body
Term-mode proof.
94 (phiSubfield φ).div_mem hx hy
95
used by (22)
-
discrete_to_continuum_continuity -
DimensionedQuantity -
toComplex_div -
lsb_unsuppressed_limit -
curvature_equals_d2h -
solution_exists -
G_ratio_continuous_snd -
Equations -
integral_cot_from_theta -
operatorPairing_of_decayFull -
logDeriv_circle_integral_zero -
theta_comp_differentiableOn -
differentiableAt_coordRay_partialDeriv_v2_radialInv -
differentiableAt_coordRay_radialInv -
partialDeriv_v2_spatialRadius -
secondDeriv_radialInv -
differentiableAt_coordRay_partialDeriv_v2_radialInv_proved -
partialDeriv_v2_radialInv_proved -
secondDeriv_radialInv_proved -
high_temp_limit -
low_temp_limit -
fermi_zero_temp_below