class
definition
def or abbrev
GRLimitParameterFacts
show as:
view Lean formalization →
formal statement (Lean)
224class GRLimitParameterFacts : Prop where
225 rs_params_small : alpha_from_phi < 1 ∧ cLag_from_phi < 1
226 coupling_product_small : |alpha_from_phi * cLag_from_phi| < 0.02
227 rs_params_perturbative : (|alpha_from_phi * cLag_from_phi|) < 0.1
228
229/-- Rigorous instance providing GRLimitParameterFacts with ACTUAL PROOFS. -/