theorem
proved
term proof
superposition_justified
show as:
view Lean formalization →
formal statement (Lean)
123theorem superposition_justified : SuperpositionJustification where
124 quadratic_regime := Jcost_one_plus_exact
proof body
Term-mode proof.
125 gradient_additivity := gradient_superposition
126 coherence_defect_additivity := coherence_defect_of_combined
127
128end IndisputableMonolith.Gravity.WeakFieldSuperposition