theorem
proved
term proof
regularity_chain
show as:
view Lean formalization →
formal statement (Lean)
197theorem regularity_chain {lamP : Nat.Primes → ℝ}
198 (h_self : EssentialSelfAdjointness lamP)
199 (h_res : CompactResolvent lamP) :
200 TraceClassHeatKernel lamP :=
proof body
Term-mode proof.
201 ⟨h_self, h_res, trivial⟩
202
203/-! ## Master certificate -/
204
205/-- The structural facts established in this module. -/