152theorem enhancement_symmetric (t : ℝ) : 153 coshEnhancement (-t) = coshEnhancement t := by
proof body
Term-mode proof.
154 simp only [coshEnhancement, neg_eq_zero, neg_sq, Real.cosh_neg] 155 156/-! ## §4. Enhancement near zero: perturbative correction -/ 157 158/-- Near t = 0, the enhancement deviates from 1 by at most t²/10. 159Perturbative physics (S ≈ 1) is an excellent approximation at weak coupling. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.