def
definition
def or abbrev
ZeroInducedProxyPhysicalizationBridge
show as:
view Lean formalization →
formal statement (Lean)
57def ZeroInducedProxyPhysicalizationBridge : Prop :=
proof body
Definition body.
58 ∀ (ρ : ℂ), riemannZeta ρ = 0 →
59 ∀ (hlo : 1/2 < ρ.re) (hhi : ρ.re < 1),
60 ProxyPhysicalizationBridge (zetaDefectSensor ρ.re ⟨hlo, hhi⟩ 1)
61
62/-- The zero-induced proxy physicalization bridge implies the RS Physical
63Thesis. -/