structure
definition
def or abbrev
StrongCouplingCert
show as:
view Lean formalization →
formal statement (Lean)
65structure StrongCouplingCert where
66 positive : 0 < alpha_s_prediction
67 gauge_structure : gauge_sum_prediction = 12 * Real.pi
68 gauge_bounded : (36 : ℝ) < gauge_sum_prediction ∧ gauge_sum_prediction < 48
69