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

ew_cert_exists

proved
show as:
view math explainer →
module
IndisputableMonolith.Masses.ElectroweakMasses
domain
Masses
line
137 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Masses.ElectroweakMasses on GitHub at line 137.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

 134  z_error : |z_pred - m_Z_exp| / m_Z_exp < 0.0013
 135  wz_is_cos : w_pred / z_pred = cos_theta_W_rs
 136
 137theorem ew_cert_exists : Nonempty EWCert :=
 138  ⟨{ z_in_range := z_mass_bounds
 139     z_error := z_relative_error
 140     wz_is_cos := wz_ratio_eq_cos }⟩
 141
 142end
 143
 144end IndisputableMonolith.Masses.ElectroweakMasses