pith. machine review for the scientific record. sign in
structure

FermiConstantScoreCardCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Constants.FermiConstantScoreCard
domain
Constants
line
103 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Constants.FermiConstantScoreCard on GitHub at line 103.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

 100  unfold row_fermi_codata
 101  constructor <;> norm_num
 102
 103structure FermiConstantScoreCardCert where
 104  fermi_bracket :
 105    (1.16e-5 : ℝ) < row_fermi_pred ∧ row_fermi_pred < (1.17e-5 : ℝ)
 106  codata_in_bracket :
 107    (1.16e-5 : ℝ) < row_fermi_codata ∧ row_fermi_codata < (1.17e-5 : ℝ)
 108  vev_range : (244 : ℝ) < vev_canonical ∧ vev_canonical < (248 : ℝ)
 109
 110theorem fermiConstantScoreCardCert_holds :
 111    Nonempty FermiConstantScoreCardCert :=
 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