Continuous division in topological groups #
Continuity, homeomorphism, and neighborhood results for division and subtraction.
Alias of Filter.tendsto_const_div_iff'.
A version of Homeomorph.mulLeft a b⁻¹ that is defeq to a / b.
Equations
- Homeomorph.divLeft x = { toEquiv := Equiv.divLeft x, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
A version of Homeomorph.addLeft a (-b) that is defeq to a - b.
Equations
- Homeomorph.subLeft x = { toEquiv := Equiv.subLeft x, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
A version of Homeomorph.mulRight a⁻¹ b that is defeq to b / a.
Equations
- Homeomorph.divRight x = { toEquiv := Equiv.divRight x, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
A version of Homeomorph.addRight (-a) b that is defeq to b - a.
Equations
- Homeomorph.subRight x = { toEquiv := Equiv.subRight x, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
If f → a and g → b along a nontrivial filter on the domain, valued in a
Hausdorff topological group, then f / g → 1 if and only if a = b.
Alias of the forward direction of tendsto_div_nhds_one_iff_eq.
If f → a and g → b along a nontrivial filter on the domain, valued in a
Hausdorff topological group, then f / g → 1 if and only if a = b.
Alias of the forward direction of tendsto_sub_nhds_zero_iff_eq.