Mathlib Map

Theorems · Theorem · real analysis

ContDiff.differentiable

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {E : Type uE} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] {F : Type uF} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
  {n : WithTop ℕ∞}, ContDiff 𝕜 n f → n ≠ 0 → Differentiable 𝕜 f

If a function is C^n with n ≥ 1, then it is differentiable.

Defined in
Mathlib.Analysis.Calculus.ContDiff.Defs
Cited by
15 results in Mathlib
Foundations
Depth 194 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

TestFunction.lineDerivCLM_apply · cited by 2TestFunction.lineDerivCLM…SchwartzMap.differentiable · cited by 2SchwartzMap.differentiableHasCompactSupport.hasFDerivAt_convolution_right · cited by 2HasCompactSupport.hasFDer…LipschitzWith.ae_lineDeriv_sum_eq · cited by 1LipschitzWith.ae_lineDeri…HasCompactSupport.integral_Iic_deriv_eq · cited by 1HasCompactSupport.integra…Differentiable.fderiv_two · cited by 1Differentiable.fderiv_twoContDiff.lipschitzWith_of_hasCompactSupport · cited by 1ContDiff.lipschitzWith_of…HasCompactSupport.enorm_le_lintegral_Ici_deriv · cited by 1HasCompactSupport.enorm_l…MeasureTheory.lintegral_pow_le_pow_lintegral_fderiv · cited by 1MeasureTheory.lintegral_p…MeasureTheory.eLpNorm_le_eLpNorm_fderiv_of_eq · cited by 1MeasureTheory.eLpNorm_le_…MeasureTheory.eLpNorm_le_eLpNorm_fderiv_of_eq_inner · cited by 1MeasureTheory.eLpNorm_le_…MeasureTheory.lintegral_pow_le_pow_lintegral_fderiv_aux · cited by 1MeasureTheory.lintegral_p…enorm_sub_le_lintegral_deriv_of_contDiffOn_Icc · cited by 1enorm_sub_le_lintegral_de…HasCompactSupport.integral_Ioi_deriv_eq · cited by 0HasCompactSupport.integra…Differentiable.norm_rpow · cited by 0Differentiable.norm_rpowNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldENat · cited by 4985ENatWithTop · cited by 3754WithTopContDiff · cited by 352ContDiffDifferentiable · cited by 298DifferentiablecontDiffOn_univ · cited by 25contDiffOn_univContDiffOn.differentiableOn · cited by 11ContDiffOn.differentiable…differentiableOn_univ · cited by 10differentiableOn_univContDiff.differentiableCITED BYCITES

Cites10

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

Cited by15

Results whose statement or proof uses this declaration.