IndisputableMonolith.Numerics.Interval.Pow
The Numerics.Interval.Pow module packages explicit rational bounds into interval arithmetic for real exponentiation, with emphasis on powers of the golden ratio. Mass necessity proofs and galactic scale calculations cite these enclosures to keep phi-ladder numerics rigorous. The structure consists of direct wrapper definitions that apply Basic interval constructors to pre-verified bounds from PhiBounds.
claimDefines interval enclosures $I^r$ for real exponent $r$ given interval $I$ on the base, together with explicit rational bounds on the specific powers $phi^{-5}$, $phi^{-3}$, $phi^{51}$, and $phi^8$ where $phi = (1 + sqrt(5))/2$.
background
The module sits inside the verified interval arithmetic framework of Numerics.Interval.Basic, which bounds real values using exact rational endpoints. It imports Exp and Log for related transcendental control and PhiBounds, whose strategy rests on the algebraic inequalities 2.236² < 5 < 2.237² to pin down phi. In the Recognition Science setting these power intervals supply the numeric enclosures needed for phi-ladder expressions that appear in mass formulas and constants.
proof idea
This is a definition module with no proofs. The central definition rpowIntervalSimple is a one-line wrapper that packages supplied rational endpoints into an interval structure. The remaining definitions create named intervals for the listed phi powers by applying the same packaging pattern to bounds already established in PhiBounds and Mathlib.
why it matters in Recognition Science
The module supplies the concrete numeric intervals required by downstream physics modules that prove T9 electron-mass necessity, T10 lepton-ladder necessity, and quark-mass relations, as well as by GalacticBounds for the ratio tau-star over tau-zero. It also feeds the interval tactic module. These enclosures close the numeric verification step for the phi-power evaluations that appear throughout the forcing chain and mass formulas.
scope and limits
- Does not derive bounds from first principles or symbolic expressions.
- Does not handle negative bases or complex exponents.
- Does not verify the correctness of supplied endpoints internally.
- Applies only when explicit rational bounds are already known.
used by (7)
-
IndisputableMonolith.Numerics.Interval.GalacticBounds -
IndisputableMonolith.Numerics.Interval.Tactic -
IndisputableMonolith.Physics.ElectronMass.Necessity -
IndisputableMonolith.Physics.LeptonGenerations.Necessity -
IndisputableMonolith.Physics.QuarkMasses -
IndisputableMonolith.RRF.Physics.LeptonGenerations.Necessity -
IndisputableMonolith.RRF.Physics.QuarkMasses
depends on (4)
declarations in this module (26)
-
def
rpowIntervalSimple -
theorem
rpowIntervalSimple_contains_rpow -
def
phiInterval -
theorem
phi_in_phiInterval -
theorem
phi_eq_formula -
def
phi_pow_neg5_interval -
theorem
phi_pow_neg5_in_interval -
def
phi_pow_neg3_interval -
theorem
phi_pow_neg3_in_interval -
def
phi_pow_51_interval -
theorem
phi_pow_51_in_interval -
def
phi_pow_8_interval -
theorem
phi_pow_8_in_interval -
def
phi_pow_5_interval -
theorem
phi_pow_5_in_interval -
def
phi_pow_16_interval -
theorem
phi_pow_16_in_interval -
def
two_pow_neg22_interval -
theorem
two_pow_neg22_in_interval -
lemma
phi_rpow_strictMono -
lemma
phi_rpow_mono -
lemma
phi_rpow_interval_bounds -
lemma
phi_rpow_lt_of_lt -
lemma
phi_rpow_le_of_le -
lemma
phi_rpow_neg_antitone -
lemma
phi_rpow_neg_lt_of_lt