Theorems · Theorem · measure theory
exists_partition_approximatesLinearOn_of_hasFDerivWithinAt
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [FiniteDimensional ℝ E]
[inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace ℝ F] [inst_5 : MeasurableSpace E] [BorelSpace E]
[SecondCountableTopology F] (f : E → F) (s : Set E) (f' : E → E →L[ℝ] F),
(∀ x ∈ s, HasFDerivWithinAt f (f' x) s x) →
∀ (r : (E →L[ℝ] F) → NNReal),
(∀ (A : E →L[ℝ] F), r A ≠ 0) →
∃ t A,
Pairwise (Function.onFun Disjoint t) ∧
(∀ (n : ℕ), MeasurableSet (t n)) ∧
s ⊆ ⋃ n, t n ∧
(∀ (n : ℕ), ApproximatesLinearOn f (A n) (s ∩ t n) (r (A n))) ∧
(s.Nonempty → ∀ (n : ℕ), ∃ y ∈ s, A n = f' y)Assume that a function f has a derivative at every point of a set s. Then one may
partition s into countably many disjoint relatively measurable sets (i.e., intersections
of s with measurable sets t n) on which f is well approximated by linear maps A n.
- Defined in
- Mathlib.MeasureTheory.Function.Jacobian
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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 and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- ContinuousLinearMapstatement and proof · cited by 5,352
- NNRealstatement and proof · cited by 4,310
- MeasurableSetstatement · cited by 3,075
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement · cited by 2,201
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.aemeasurable_fderivWithinproof · cited by 2
- MeasureTheory.lintegral_abs_det_fderiv_le_addHaar_image_aux1proof · cited by 1
- MeasureTheory.addHaar_image_eq_zero_of_det_fderivWithin_eq_zero_auxproof · cited by 1
- MeasureTheory.addHaar_image_le_lintegral_abs_det_fderiv_aux1proof · cited by 1