Theorems · Theorem · real analysis
intervalIntegral.integral_hasFDerivWithinAt_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 →
∀ {s t : Set ℝ} [intervalIntegral.FTCFilter a (nhdsWithin a s) la]
[intervalIntegral.FTCFilter b (nhdsWithin b t) lb],
StronglyMeasurableAtFilter f la MeasureTheory.volume →
StronglyMeasurableAtFilter f lb MeasureTheory.volume →
Filter.Tendsto f (la ⊓ MeasureTheory.ae MeasureTheory.volume) (nhds ca) →
Filter.Tendsto f (lb ⊓ MeasureTheory.ae MeasureTheory.volume) (nhds cb) →
HasFDerivWithinAt (fun p => ∫ (x : ℝ) in p.1..p.2, f x)
((ContinuousLinearMap.snd ℝ ℝ ℝ).smulRight cb - (ContinuousLinearMap.fst ℝ ℝ ℝ).smulRight ca) (s ×ˢ t)
(a, b)Let f be a measurable function integrable on a..b. The function (u, v) ↦ ∫ x in u..v, f x
has derivative (u, v) ↦ v • cb - u • ca within s × t at (a, b), where
s ∈ {Iic a, {a}, Ici a, univ} and t ∈ {Iic b, {b}, Ici b, univ} provided that f tends to ca
and cb almost surely at the filters la and lb from the following table.
| s | la | t | lb |
| - | - | | - |
| Iic a | 𝓝[≤] a | Iic b | 𝓝[≤] b |
| Ici a | 𝓝[>] a | Ici b | 𝓝[>] b |
| {a} | ⊥ | {b} | ⊥ |
| univ | 𝓝 a | univ | 𝓝 b |
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 264 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
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
- Norm.normproof · cited by 5,413
- ContinuousLinearMapstatement · cited by 5,352
- Filter.Tendstostatement and proof · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
Cited by2
Results whose statement or proof uses this declaration.
- intervalIntegral.fderivWithin_integral_of_tendsto_aeproof · cited by 0
- intervalIntegral.integral_hasFDerivWithinAtproof · cited by 0