Theorems · Theorem · functional analysis
NormedRing.inverse_add
∀ {R : Type u_1} [inst : NormedRing R] [HasSummableGeomSeries R] (x : Rˣ),
∀ᶠ (t : R) in nhds 0, Ring.inverse (↑x + t) = Ring.inverse (1 + ↑x⁻¹ * t) * ↑x⁻¹The formula Ring.inverse (x + t) = Ring.inverse (1 + x⁻¹ * t) * x⁻¹ holds for t sufficiently
small.
- Defined in
- Mathlib.Analysis.Normed.Ring.Units
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · cited by 25,697
- nhdsstatement · cited by 5,554
- Norm.normproof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- one_mulproof · cited by 2,841
- Unitsstatement and proof · cited by 2,804
- Nat.cast_oneproof · cited by 2,501
- Nontrivialproof · cited by 2,416
- Units.valstatement and proof · cited by 1,966
- Nat.cast_zeroproof · cited by 1,870
- Dist.distproof · cited by 1,539
- NormedRingstatement and proof · cited by 924
Cited by2
Results whose statement or proof uses this declaration.
- NormedRing.inverse_add_normproof · cited by 1
- NormedRing.inverse_add_nth_orderproof · cited by 1