structure
definition
def or abbrev
BottomMSBarCert
show as:
view Lean formalization →
formal statement (Lean)
52structure BottomMSBarCert where
53 rung_eq_21 : r_bottom = 21
54 pdg_pos : 0 < m_b_PDG_GeV
55 pdg_central : m_b_PDG_GeV = 4.18
56 prediction_pos : ∀ alpha_at_mb alpha_at_MZ : ℝ,
57 0 < alpha_at_mb → 0 < alpha_at_MZ →
58 0 < m_b_predicted alpha_at_mb alpha_at_MZ
59