Filter.Tendsto.inversion
∀ {V : Type u_1} {P : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {α : Type u_3} {x c : P} {R : ℝ} {l : Filter α} {fc fx : α → P} {fR : α → ℝ},
Filter.Tendsto fc l (nhds c) →
Filter.Tendsto fR l (nhds R) →
Filter.Tendsto fx l (nhds x) →
x ≠ c →
Filter.Tendsto (fun a => EuclideanGeometry.inversion (fc a) (fR a) (fx a)) l
(nhds (EuclideanGeometry.inversion c R x))- Cited by
- 2 results in Mathlib
- Foundations
- Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- InnerProductSpacestatement and proof · cited by 3,523
- MetricSpacestatement and proof · cited by 1,684
- NormedAddTorsorstatement and proof · cited by 1,325
- EuclideanGeometry.inversionstatement · cited by 47
- Filter.Tendsto.divproof · cited by 23
- Filter.Tendsto.smulproof · cited by 22
- Filter.Tendsto.powproof · cited by 16
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousAt.inversionproof · cited by 1
- ContinuousWithinAt.inversionproof · cited by 1