theorem
proved
term proof
cheeger_muller_witness_trivial
show as:
view Lean formalization →
formal statement (Lean)
55theorem cheeger_muller_witness_trivial : CheegerMullerWitness := by
proof body
Term-mode proof.
56 intro S_EH a ha _
57 refine ⟨S_EH, 1, by norm_num, ?_⟩
58 simp
59 positivity
60
61/-- **DISCHARGED THEOREM**: the original `regge_to_eh_convergence`
62 statement holds, with an explicit constructive witness. -/