The Lean 4 theorem `fiberSumHam_essentiallySelfAdjoint_of_nonneg` in the `ChapterBddBelowFiberSumEsa` chapter of the timepiece formalization
ProvedBookProof.BddBelowFiberSumEsa.fiberSumHam_essentiallySelfAdjoint_of_nonnegtimepiece
The Lean 4 theorem fiberSumHam_essentiallySelfAdjoint_of_nonneg in the ChapterBddBelowFiberSumEsa chapter of the timepiece formalization.
Preamble
-- Generated from ChapterBddBelowFiberSumEsa.lean — theorem BookProof.BddBelowFiberSumEsa.fiberSumHam_essentiallySelfAdjoint_of_nonneg
import Mathlib
import Definitions.Def_ChapterBddBelowFiberSumEsa
open BookProof.BddBelowFiberSumEsa
open MeasureTheory
open BookProof.FarisLavine BookProof.ScalaronEsa BookProof.ScalaronWallEsa
noncomputable section
variable {ι : Type*}Formal statement
theorem BookProof.BddBelowFiberSumEsa.fiberSumHam_essentiallySelfAdjoint_of_nonneg (V : ι → ℝ → ℝ)
(hV : ∀ i, ContDiff ℝ ((⊤ : ℕ∞) : WithTop ℕ∞) (V i)) (hnn : ∀ i x, 0 ≤ V i x) :
EssentiallySelfAdjointOn (fiberCore ι) (fiberSumHam V hV) := by sorrySource