53theorem J_log_nonneg (t : ℝ) : J_log t ≥ 0 := by
proof body
Term-mode proof.
54 simp only [J_log] 55 have h : Real.cosh t ≥ 1 := Real.one_le_cosh t 56 linarith 57 58/-- J_log is zero iff t = 0. 59 Proof: cosh t = 1 iff t = 0 (by AM-GM on e^t + e^{-t}). -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.