Theorems · Theorem · functional analysis
NormedRing.inverse_add_nth_order
∀ {R : Type u_1} [inst : NormedRing R] [HasSummableGeomSeries R] (x : Rˣ) (n : ℕ),
∀ᶠ (t : R) in nhds 0,
Ring.inverse (↑x + t) = (∑ i ∈ Finset.range n, (-↑x⁻¹ * t) ^ i) * ↑x⁻¹ + (-↑x⁻¹ * t) ^ n * Ring.inverse (↑x + t)The formula
Ring.inverse (x + t) =
(∑ i ∈ Finset.range n, (- x⁻¹ * t) ^ i) * x⁻¹ + (- x⁻¹ * t) ^ n * Ring.inverse (x + t)
holds for t sufficiently small.
- Defined in
- Mathlib.Analysis.Normed.Ring.Units
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- nhdsstatement and proof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallystatement · cited by 3,134
- Unitsstatement and proof · cited by 2,804
- MulZeroClass.mul_zeroproof · cited by 2,091
- Units.valstatement and proof · cited by 1,966
- Filter.univ_mem'proof · cited by 1,672
- mul_assocproof · cited by 1,667
- Filter.mp_memproof · cited by 1,537
- Finset.rangestatement and proof · cited by 1,341
- NormedRingstatement and proof · cited by 924
Cited by1
Results whose statement or proof uses this declaration.
- NormedRing.inverse_add_norm_diff_nth_orderproof · cited by 2