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)
68theorem zeroDefect_zero_iff_on_critical_line (ρ : ℂ) :
69 zeroDefect ρ = 0 ↔ OnCriticalLine ρ := by
proof body
Term-mode proof.
70 rw [zeroDefect_eq_J_log]
71 constructor
72 · intro h
73 have hz :
74 zeroDeviation ρ = 0 :=
75 (Foundation.DiscretenessForcing.J_log_eq_zero_iff).mp h
76 exact (zeroDeviation_eq_zero_iff_on_critical_line ρ).mp hz
77 · intro h
78 have hz : zeroDeviation ρ = 0 :=
79 (zeroDeviation_eq_zero_iff_on_critical_line ρ).mpr h
80 exact (Foundation.DiscretenessForcing.J_log_eq_zero_iff).mpr hz
81
82/-- Off the critical line, the zero-location defect is strictly positive. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (11)
Lean names referenced from this declaration's body.
-
J_log_eq_zero_iff
in IndisputableMonolith.Foundation.DiscretenessForcing
decl_use
-
defect
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
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
-
OnCriticalLine
in IndisputableMonolith.NumberTheory.ZeroLocationCost
decl_use
-
zeroDefect
in IndisputableMonolith.NumberTheory.ZeroLocationCost
decl_use
-
zeroDefect_eq_J_log
in IndisputableMonolith.NumberTheory.ZeroLocationCost
decl_use
-
zeroDeviation
in IndisputableMonolith.NumberTheory.ZeroLocationCost
decl_use
-
zeroDeviation_eq_zero_iff_on_critical_line
in IndisputableMonolith.NumberTheory.ZeroLocationCost
decl_use