def
definition
def or abbrev
defectMass
show as:
view Lean formalization →
formal statement (Lean)
68noncomputable def defectMass (P : KernelParams) (s : ILGState) : ℝ :=
proof body
Definition body.
69 let w := kernel P s.wavenumber s.scale
70 (w - 1) ^ 2 * s.baryonicMass
71
72/-- Orthogonal mass: the projection onto the orthogonal complement of the
73 Newtonian subspace. For ILG, this equals the defect mass scaled by
74 the projection constant. -/
used by (27)
-
bridge -
Functionals -
functionalsNormSq -
Hypothesis -
model -
eightTickModel -
eightTickModel_pos -
rsConeModel -
rsConeModel_pos -
subspaceModel -
trivialModel -
cmin_pos -
defect_eq_ortho_of_subspace_case -
defect_le_constants_mul_energyGap -
defect_le_constants_mul_tests -
defect_le_ortho_of_Knet_one_Cproj_one -
energyGap_ge_cmin_mul_defect -
Model -
EnergyControlHypothesis -
ilg_coercivity -
ilgModel -
ilg_reverse_coercivity -
orthoMass -
tests -
CPMMethodCert -
toyModel -
toyModel_defect_pos