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

predicted_mass_mu

definition
show as:
view math explainer →
module
IndisputableMonolith.Physics.LeptonGenerations.Defs
domain
Physics
line
59 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Physics.LeptonGenerations.Defs on GitHub at line 59.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

  56/-! ## Mass Predictions -/
  57
  58/-- Predicted Muon Mass. -/
  59noncomputable def predicted_mass_mu : ℝ :=
  60  electron_structural_mass * phi ^ predicted_residue_mu
  61
  62/-- Predicted Tau Mass. -/
  63noncomputable def predicted_mass_tau : ℝ :=
  64  electron_structural_mass * phi ^ predicted_residue_tau
  65
  66end LeptonGenerations
  67end Physics
  68end IndisputableMonolith