Theorems · Theorem · functional analysis
NormedRing.inverse_add_norm_diff_nth_order
∀ {R : Type u_1} [inst : NormedRing R] [HasSummableGeomSeries R] (x : Rˣ) (n : ℕ),
(fun t => Ring.inverse (↑x + t) - (∑ i ∈ Finset.range n, (-↑x⁻¹ * t) ^ i) * ↑x⁻¹) =O[nhds 0] fun t => ‖t‖ ^ nThe function
fun t ↦ Ring.inverse (x + t) - (∑ i ∈ Finset.range n, (- x⁻¹ * t) ^ i) * x⁻¹
is O(t ^ n) as t → 0.
- Defined in
- Mathlib.Analysis.Normed.Ring.Units
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 173 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 · cited by 25,697
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- Unitsstatement and proof · cited by 2,804
- Units.valstatement and proof · cited by 1,966
- Finset.rangestatement and proof · cited by 1,341
- NormedRingstatement and proof · cited by 924
- Asymptotics.IsBigOstatement and proof · cited by 506
- add_sub_cancel_leftproof · cited by 198
- Ring.inversestatement and proof · cited by 160
Cited by2
Results whose statement or proof uses this declaration.
- NormedRing.inverse_add_norm_diff_first_orderproof · cited by 1
- NormedRing.inverse_add_norm_diff_second_orderproof · cited by 1