Mathlib Map

Theorems · Theorem · real analysis

ContDiffPointwiseHolderAt.comp

∀ {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 → k ≠ 0 → ContDiffPointwiseHolderAt k α (g ∘ f) a

Composition of two $C^{k+(α)}$ functions, k ≠ 0, is a $C^{k+(α)}$ function.

Defined in
Mathlib.Analysis.Calculus.ContDiffHolder.Pointwise
Cited by
0 results in Mathlib
Foundations
Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.