Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.IntegrableOn.fun_add

∀ {α : Type u_1} {ε' : Type u_4} {mα : MeasurableSpace α} {s : Set α} {μ : MeasureTheory.Measure α}
  [inst : TopologicalSpace ε'] [inst_1 : ESeminormedAddMonoid ε'] [ContinuousAdd ε'] {f g : α → ε'},
  MeasureTheory.IntegrableOn f s μ →
    MeasureTheory.IntegrableOn g s μ → MeasureTheory.IntegrableOn (fun i => f i + g i) s μ

Eta-expanded form of MeasureTheory.IntegrableOn.add

Defined in
Mathlib.MeasureTheory.Integral.IntegrableOn
Cited by
0 results in Mathlib
Foundations
Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceESeminormedAddMonoidContinuousAdd

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.