Theorems · Theorem · real analysis
ContDiffPointwiseHolderAt.comp_of_differentiableAt
∀ {E : Type u_1} {F : Type u_2} {G : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] [inst_4 : NormedAddCommGroup G] [inst_5 : NormedSpace ℝ G]
{k : ℕ} {α : ↑unitInterval} {f : E → F} (a : E) {g : F → G},
ContDiffPointwiseHolderAt k α g (f a) →
ContDiffPointwiseHolderAt k α f a →
DifferentiableAt ℝ g (f a) ∨ DifferentiableAt ℝ f a → ContDiffPointwiseHolderAt k α (g ∘ f) aComposition of two $C^{k+(α)}$ functions is a $C^{k+(α)}$ function,
provided that one of them is differentiable.
The latter condition follows automatically from the functions being $C^{k+(α)}$,
if k ≠ 0, see comp below.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Set.Elemstatement and proof · cited by 7,166
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- Filter.univ_mem'proof · cited by 1,672
- le_rflproof · cited by 1,558
- Filter.mp_memproof · cited by 1,537
- ContinuousMultilinearMapproof · cited by 1,016
- norm_nonnegproof · cited by 725
- DifferentiableAtstatement and proof · cited by 617
Cited by3
Results whose statement or proof uses this declaration.
- ContDiffPointwiseHolderAt.continuousLinearMap_compproof · cited by 1
- ContDiffPointwiseHolderAt.comp₂_of_differentiableAtproof · cited by 1
- ContDiffPointwiseHolderAt.compproof · cited by 0