theorem
proved
term proof
normalization_is_essential
show as:
view Lean formalization →
formal statement (Lean)
125theorem normalization_is_essential :
126 ¬ IsNormalizedCost (fun x => (x + x⁻¹) / 2) := by
proof body
Term-mode proof.
127 intro h
128 simp [IsNormalizedCost] at h
129
130/-- Consistency IS what defines compositional structure.
131 If you don't have it, you don't have a compositional cost theory. -/