Mathlib Map

Theorems · Theorem · global analysis

HasStrictDerivAt.congr_simp

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : AddCommGroup F] [inst_2 : Module 𝕜 F]
  [inst_3 : TopologicalSpace F] [inst_4 : ContinuousSMul 𝕜 F] (f f_1 : 𝕜 → F),
  f = f_1 →
    ∀ (f' f'_1 : F), f' = f'_1 → ∀ (x x_1 : 𝕜), x = x_1 → HasStrictDerivAt f f' x = HasStrictDerivAt f_1 f'_1 x_1
Defined in
Mathlib.Analysis.Calculus.FDeriv.Analytic
Cited by
41 results in Mathlib
Foundations
Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldAddCommGroupModuleTopologicalSpaceContinuousSMul

Around this declaration

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

Cites6

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

Cited by41

Results whose statement or proof uses this declaration.