theorem
proved
term proof
fermiConstantScoreCardCert_holds
show as:
view Lean formalization →
formal statement (Lean)
110theorem fermiConstantScoreCardCert_holds :
111 Nonempty FermiConstantScoreCardCert :=
proof body
Term-mode proof.
112 ⟨{ fermi_bracket := row_fermi_pred_bracket
113 codata_in_bracket := row_fermi_codata_in_bracket
114 vev_range := vev_in_range }⟩
115
116end
117
118end IndisputableMonolith.Constants.FermiConstantScoreCard