pith. machine review for the scientific record. sign in
structure definition def or abbrev

MassVerificationCert

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 253structure MassVerificationCert where
 254  electron_in_range : (0.5098 : ℝ) < electron_pred ∧ electron_pred < 0.5102
 255  muon_in_range : (101.49 : ℝ) < muon_pred ∧ muon_pred < 101.57
 256  tau_in_range : (1821 : ℝ) < tau_pred ∧ tau_pred < 1823
 257  electron_pct : |rs_mass_MeV .Lepton 2 - m_e_exp| / m_e_exp < 0.003
 258  muon_pct : |rs_mass_MeV .Lepton 13 - m_mu_exp| / m_mu_exp < 0.04
 259  tau_pct : |rs_mass_MeV .Lepton 19 - m_tau_exp| / m_tau_exp < 0.03
 260  mu_e_ratio_pct : |Constants.phi ^ (11 : ℕ) - ratio_mu_e_exp| / ratio_mu_e_exp < 0.04
 261  tau_e_ratio_pct : |Constants.phi ^ (17 : ℕ) - ratio_tau_e_exp| / ratio_tau_e_exp < 0.03
 262

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (12)

Lean names referenced from this declaration's body.