Mathlib Map

Theorems · Theorem · real analysis

ContDiffPointwiseHolderAt.of_contDiffOn_holderOnWith

∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
  [inst_3 : NormedSpace ℝ F] {k : ℕ} {α : ↑unitInterval} {f : E → F} {a : E} {s : Set E} {C : NNReal},
  ContDiffOn ℝ (↑k) f s →
    s ∈ nhds a → HolderOnWith C ⟨↑α, ⋯⟩ (iteratedFDeriv ℝ k f) s → ContDiffPointwiseHolderAt k α f a

If a function is $C^{k+α}$ on a neighborhood of a point a, i.e., it is $C^k$ on this neighborhood and $D^k f$ is Hölder continuous on it, then the function is $C^{k+(α)}$ at a.

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

Around this declaration

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

Cites26

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
  • NormedAddCommGroupstatement and proof · cited by 15,752
  • NormedSpacestatement and proof · cited by 12,499
  • Filterstatement · cited by 8,121
  • Set.Elemstatement and proof · cited by 7,166
  • Set.ofPredproof · cited by 6,101
  • nhdsstatement and proof · cited by 5,554
  • Norm.normproof · cited by 5,413
  • ENatstatement · cited by 4,985
  • NNRealstatement and proof · cited by 4,310
  • WithTopstatement · cited by 3,754

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.