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