Theorems · Theorem · functional analysis
NormedRing.inverse_add_norm_diff_second_order
∀ {R : Type u_1} [inst : NormedRing R] [HasSummableGeomSeries R] (x : Rˣ),
(fun t => Ring.inverse (↑x + t) - ↑x⁻¹ + ↑x⁻¹ * t * ↑x⁻¹) =O[nhds 0] fun t => ‖t‖ ^ 2The function fun t ↦ Ring.inverse (x + t) - x⁻¹ + x⁻¹ * t * x⁻¹ is O(t ^ 2) as t → 0.
- Defined in
- Mathlib.Analysis.Normed.Ring.Units
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- one_mulproof · cited by 2,841
- Unitsstatement and proof · cited by 2,804
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- Units.valstatement and proof · cited by 1,966
- Finset.rangeproof · cited by 1,341
- pow_zeroproof · cited by 1,094
Cited by1
Results whose statement or proof uses this declaration.
- hasFDerivAt_ringInverseproof · cited by 5