Theorems · Theorem · real analysis
HasStrictDerivAt.congr_of_eventuallyEq
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f f₁ : 𝕜 → F} {f' : F} {x : 𝕜},
HasStrictDerivAt f f' x → f =ᶠ[nhds x] f₁ → HasStrictDerivAt f₁ f' xIf f has derivative f' in the strict sense and f x' = f₁ x' near x,
then f₁ has the same derivative in the strict sense.
Note that this lemma assumes f =ᶠ[𝓝 x] f₁, while other lemmas in this file assume f₁ =ᶠ[𝓝 x] f.
This is done for backward compatibility, and may change in the future.
See [Zulip discussion](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/MyProp.2Econgr_*.20lemmas.2C.20LHS.20vs.20RHS/with/572593573).
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- nhdsstatement and proof · cited by 5,554
- Filter.EventuallyEqstatement and proof · cited by 1,912
- Filter.EventuallyEq.symmproof · cited by 408
- HasStrictDerivAtstatement and proof · cited by 163
- Filter.EventuallyEq.prodMap_nhdsproof · cited by 4
- HasDerivAtFilter.congr_of_eventuallyEqproof · cited by 3
Cited by7
Results whose statement or proof uses this declaration.
- Complex.hasStrictDerivAt_const_cpowproof · cited by 6
- hasStrictDerivAt_abs_negproof · cited by 3
- hasStrictDerivAt_abs_posproof · cited by 3
- UpperHalfPlane.hasStrictDerivAt_smulproof · cited by 3
- Real.deriv_sqrt_auxproof · cited by 2
- Real.deriv_arcsin_auxproof · cited by 2
- HasStrictDerivAt.of_notMem_tsupportproof · cited by 1