theorem
proved
term proof
strong_coupling_cert_exists
show as:
view Lean formalization →
formal statement (Lean)
70theorem strong_coupling_cert_exists : Nonempty StrongCouplingCert :=
proof body
Term-mode proof.
71 ⟨{ positive := alpha_s_positive
72 gauge_structure := gauge_sum_value
73 gauge_bounded := gauge_sum_bounds }⟩
74
75end
76
77end IndisputableMonolith.Constants.StrongCoupling