Theorems · Theorem · real analysis
ContDiffWithinAt.fderivWithin_right_apply
∀ {𝕜 : Type u_1} {F : Type u_3} {G : Type u_4} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] [inst_3 : NormedAddCommGroup G] [inst_4 : NormedSpace 𝕜 G] {m n : WithTop ℕ∞} {f : F → G}
{k : F → F} {s : Set F} {x₀ : F},
ContDiffWithinAt 𝕜 n f s x₀ →
ContDiffWithinAt 𝕜 m k s x₀ →
UniqueDiffOn 𝕜 s → m + 1 ≤ n → x₀ ∈ s → ContDiffWithinAt 𝕜 m (fun x => (fderivWithin 𝕜 f s x) (k x)) s x₀x ↦ fderivWithin 𝕜 f s x (k x) is smooth at x₀ within s.
- Defined in
- Mathlib.Analysis.Calculus.ContDiff.Comp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- ENatstatement and proof · cited by 4,985
- WithTopstatement and proof · cited by 3,754
- le_reflproof · cited by 2,061
- fderivWithinstatement · cited by 357
- ContDiffWithinAtstatement and proof · cited by 283
Cited by1
Results whose statement or proof uses this declaration.
- VectorField.leibniz_identity_lieBracketWithin_of_isSymmSndFDerivWithinAtproof · cited by 1