Theorems · Theorem · real analysis
intervalIntegral.fderivWithin_integral_of_tendsto_ae
∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E} {ca cb : E}
{la lb : Filter ℝ} {a b : ℝ},
IntervalIntegrable f MeasureTheory.volume a b →
StronglyMeasurableAtFilter f la MeasureTheory.volume →
StronglyMeasurableAtFilter f lb MeasureTheory.volume →
∀ {s t : Set ℝ} [intervalIntegral.FTCFilter a (nhdsWithin a s) la]
[intervalIntegral.FTCFilter b (nhdsWithin b t) lb],
Filter.Tendsto f (la ⊓ MeasureTheory.ae MeasureTheory.volume) (nhds ca) →
Filter.Tendsto f (lb ⊓ MeasureTheory.ae MeasureTheory.volume) (nhds cb) →
autoParam (UniqueDiffWithinAt ℝ s a) intervalIntegral.fderivWithin_integral_of_tendsto_ae._auto_1 →
autoParam (UniqueDiffWithinAt ℝ t b) intervalIntegral.fderivWithin_integral_of_tendsto_ae._auto_3 →
fderivWithin ℝ (fun p => ∫ (x : ℝ) in p.1..p.2, f x) (s ×ˢ t) (a, b) =
(ContinuousLinearMap.snd ℝ ℝ ℝ).smulRight cb - (ContinuousLinearMap.fst ℝ ℝ ℝ).smulRight caLet f be a measurable function integrable on a..b. Choose s ∈ {Iic a, Ici a, univ}
and t ∈ {Iic b, Ici b, univ}. Suppose that f tends to ca and cb almost surely at the filters
la and lb from the table below. Then fderivWithin ℝ (fun p ↦ ∫ x in p.1..p.2, f x) (s ×ˢ t)
is equal to (u, v) ↦ u • cb - v • ca.
| s | la | t | lb |
| - | - | | - |
| Iic a | 𝓝[≤] a | Iic b | 𝓝[≤] b |
| Ici a | 𝓝[>] a | Ici b | 𝓝[>] b |
| {a} | ⊥ | {b} | ⊥ |
| univ | 𝓝 a | univ | 𝓝 b |
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 265 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement · cited by 10,939
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- ContinuousLinearMapstatement · cited by 5,352
- Filter.Tendstostatement and proof · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.aestatement and proof · cited by 2,352
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.