Theorems · Theorem · functional analysis
MeasureTheory.L2.inner_indicatorConstLp_eq_setIntegral_inner
∀ {α : Type u_1} {E : Type u_2} (𝕜 : Type u_4) [inst : RCLike 𝕜] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
[inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E] {s : Set α} (f : ↥(MeasureTheory.Lp E 2 μ))
(hs : MeasurableSet s) (c : E) (hμs : μ s ≠ ⊤),
inner 𝕜 (MeasureTheory.indicatorConstLp 2 hs hμs c) f = ∫ (x : α) in s, inner 𝕜 c (↑↑f x) ∂μThe inner product in L2 of the indicator of a set indicatorConstLp 2 hs hμs c and f is
equal to the integral of the inner product over s: ∫ x in s, ⟪c, f x⟫ ∂μ.
- Defined in
- Mathlib.MeasureTheory.Function.L2Space
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- InnerProductSpacestatement and proof · cited by 3,523
- AddSubgroupstatement · cited by 3,232
- MeasurableSetstatement and proof · cited by 3,075
- RCLikestatement and proof · cited by 2,829
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.L2.inner_indicatorConstLp_eq_inner_setIntegralproof · cited by 2
- MeasureTheory.condExpL2_const_innerproof · cited by 1