structure
definition
def or abbrev
CharmMSBarCert
show as:
view Lean formalization →
formal statement (Lean)
89structure CharmMSBarCert where
90 rung_eq_15 : r_charm = 15
91 pdg_pos : 0 < m_c_PDG_GeV
92 pdg_central : m_c_PDG_GeV = 1.27
93 prediction_pos : ∀ alpha_at_mc alpha_at_MZ : ℝ,
94 0 < alpha_at_mc → 0 < alpha_at_MZ →
95 0 < m_c_predicted alpha_at_mc alpha_at_MZ
96