No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
84theorem J_log_pos {t : ℝ} (ht : t ≠ 0) : J_log t > 0 := by
proof body
Term-mode proof.
85 have hne : J_log t ≠ 0 := fun h => ht (J_log_eq_zero_iff.mp h)
86 have hge : J_log t ≥ 0 := J_log_nonneg t
87 exact lt_of_le_of_ne hge (Ne.symm hne)
88
89/-- J_log is symmetric: J_log(-t) = J_log(t). -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (8)
Lean names referenced from this declaration's body.
-
J_log
in IndisputableMonolith.Foundation.DiscretenessForcing
decl_use
-
J_log_eq_zero_iff
in IndisputableMonolith.Foundation.DiscretenessForcing
decl_use
-
J_log_nonneg
in IndisputableMonolith.Foundation.DiscretenessForcing
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
J_log
in IndisputableMonolith.Foundation.SimplicialLedger.ContinuumBridge
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use