def
definition
f_gap
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Constants.GapWeight on GitHub at line 114.
browse module
All declarations in this module, on Recognition.
explainer page
Derivations using this theorem
depends on
used by
-
alpha_components_derived -
alphaInv -
alphaInv_derived -
alphaInv_derived_eq_formula -
curvature_term_eq -
alphaInv_def -
alphaInv_linear_rate -
alphaInv_linear_term -
alphaInv_of_gap -
alphaInv_of_gap_at_canonical -
alphaInv_positive -
alphaInv_seed_ratio -
deriv_alphaInv_of_gap -
exp_factor_bounded -
exponential_form_uniqueness_ode_principle -
log_alphaInv_eq -
log_alphaInv_seed_ratio -
logarithmic_derivative_constant -
additive_residual -
exp_minus_add_pos -
exponential_residual -
f_gap -
f_gap_bounds_hypothesis -
alphaInv_gt -
alphaInv_lt -
alpha_seed_lt -
f_gap_gt -
f_gap_gt_strong -
f_gap_lt -
f_gap -
f_gap_def -
alpha_W_gt_two_alpha -
WeakCouplingCert -
alpha_lt_0_1 -
C014_certificate -
coupling_distinction_low_energy -
alphaInv_gt_2 -
omega_lambda_lt_11_16 -
AuditItem -
alphaInvValueStr
formal source
111 unfold w8_from_eight_tick
112 simpa using (div_pos hnum' h7)
113
114noncomputable def f_gap : ℝ := w8_from_eight_tick * Real.log phi
115
116def fGapLowerBound : ℚ := 2993443258792019287026689 / 2500000000000000000000000
117def fGapUpperBound : ℚ := 5986887286510633232418913 / 5000000000000000000000000
118
119/-- Hypothesis for the certified numerical bounds for the gap weight. -/
120def f_gap_bounds_hypothesis : Prop :=
121 ((fGapLowerBound : ℚ) : ℝ) < f_gap ∧ f_gap < ((fGapUpperBound : ℚ) : ℝ)
122
123end Constants
124end IndisputableMonolith