theorem
proved
term proof
weak_zfr_cert_exists
show as:
view Lean formalization →
formal statement (Lean)
110theorem weak_zfr_cert_exists : Nonempty WeakZFRCert :=
proof body
Term-mode proof.
111 ⟨{ classical_exists := rh_axiom_replaceable
112 defect_gives_zfr := defect_implies_zero_free }⟩
113
114end
115
116end IndisputableMonolith.NumberTheory.WeakZeroFreeRegion