lemma
proved
decidable or rfl
coherence_defect_expand
show as:
view Lean formalization →
formal statement (Lean)
69private lemma coherence_defect_expand (field : ProcessingField) (obj : ExtendedObject) (a : ℝ) :
70 coherence_defect field obj a =
71 abs ((field.phi obj.h_cm + deriv field.phi obj.h_cm * obj.extent + a * obj.extent) -
72 (field.phi obj.h_cm + deriv field.phi obj.h_cm * (-obj.extent) + a * (-obj.extent))) := by
proof body
Decided by rfl or decide.
73 rfl
74
75/-- Closed form for the linearized coherence defect:
76 `coherence_defect = | 2 * extent * (∂ϕ + a) |`. -/