lemma
proved
pow
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.RecogSpec.Core on GitHub at line 96.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
-
energy_conservation -
ode_neg_zero_uniqueness -
ode_neg_zero_uniqueness -
aczel_classification_conditional -
ode_neg_zero_uniqueness -
hyperbolic_ode_unique -
coerciveL2Bound_of_tailFluxVanish -
ancientDecay_implies_A2_integrable -
ancientDecay_implies_Aprime2r2_integrable -
operatorPairing_of_decayFull -
sobolev_H1_half_line_decay -
hasDerivAt_rpow_two -
pow_self -
differentiableAt_coordRay_i_sq -
differentiableAt_coordRay_partialDeriv_v2_radialInv -
differentiableAt_coordRay_radialInv -
partialDeriv_v2_radialInv -
partialDeriv_v2_spatialRadius -
secondDeriv_radialInv -
differentiableAt_coordRay_partialDeriv_v2_radialInv_proved -
partialDeriv_v2_radialInv_proved -
secondDeriv_radialInv_proved -
pow10 -
alphaInvValueStr -
pow10
formal source
93 PhiClosed φ (x / y) :=
94 (phiSubfield φ).div_mem hx hy
95
96lemma pow (hx : PhiClosed φ x) (n : ℕ) : PhiClosed φ (x ^ n) := by
97 simpa using (phiSubfield φ).pow_mem hx n
98
99lemma pow_self (φ : ℝ) (n : ℕ) : PhiClosed φ (φ ^ n) :=
100 pow (self φ) n
101
102lemma inv_self (φ : ℝ) : PhiClosed φ (φ⁻¹) :=
103 inv (self φ)
104
105lemma inv_pow_self (φ : ℝ) (n : ℕ) : PhiClosed φ ((φ ^ n)⁻¹) :=
106 inv (pow_self φ n)
107
108lemma of_nat (φ : ℝ) (n : ℕ) : PhiClosed φ (n : ℝ) := by
109 simpa using of_rat φ n
110
111lemma half (φ : ℝ) : PhiClosed φ (1 / (2 : ℝ)) := by
112 have htwo : PhiClosed φ ((2 : ℚ) : ℝ) := of_rat φ 2
113 simpa using inv htwo
114
115end PhiClosed
116
117/-- Universal φ-closed targets RS claims are forced to take. -/
118structure UniversalDimless (φ : ℝ) : Type where
119 alpha0 : ℝ
120 massRatios0 : LeptonMassRatios
121 mixingAngles0 : CkmMixingAngles
122 g2Muon0 : ℝ
123 strongCP0 : Prop
124 eightTick0 : Prop
125 born0 : Prop
126 alpha0_isPhi : PhiClosed φ alpha0