Theorems · Theorem · real analysis
ContDiffPointwiseHolderAt.zero_order_iff
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] {α : ↑unitInterval} {f : E → F} {a : E},
ContDiffPointwiseHolderAt 0 α f a ↔ ContDiffAt ℝ 0 f a ∧ (fun x => f x - f a) =O[nhds a] fun x => ‖x - a‖ ^ ↑αA function is $C^{0+(α)}$ at a point if and only if it is $C^0$ at the point (i.e., it is continuous on a neighborhood of the point) and $f(x) - f(a) = O(‖x - a‖ ^ α)$.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 198 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.
- Setstatement · 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
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- Nat.cast_zeroproof · cited by 1,870
- unitIntervalstatement and proof · cited by 607
- Asymptotics.IsBigOstatement and proof · cited by 506
Cited by1
Results whose statement or proof uses this declaration.
- ContDiffPointwiseHolderAt.comp_of_differentiableAtproof · cited by 3