Homeomorphism between a normed space and sphere times (0, +∞) #
In this file we define a homeomorphism between nonzero elements of a normed space E
and Metric.sphere (0 : E) r × Set.Ioi (0 : ℝ), r > 0.
One may think about it as generalization of polar coordinates to any normed space.
We also specialize this definition to the case r = 1 and prove
The natural homeomorphism between nonzero elements of a normed space E
and Metric.sphere (0 : E) r × Set.Ioi (0 : ℝ), 0 < r.
The forward map sends ⟨x, hx⟩ to ⟨r • ‖x‖⁻¹ • x, ‖x‖ / r⟩,
the inverse map sends (x, r) to r • x.
In the case of the unit sphere r = ,
one may think about it as generalization of polar coordinates to any normed space.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The natural homeomorphism between nonzero elements of a normed space E
and Metric.sphere (0 : E) 1 × Set.Ioi (0 : ℝ).
The forward map sends ⟨x, hx⟩ to ⟨‖x‖⁻¹ • x, ‖x‖⟩,
the inverse map sends (x, r) to r • x.
One may think about it as generalization of polar coordinates to any normed space.
See also homeomorphSphereProd for a version that works for a sphere of any positive radius.
Instances For
If U ∌ 0 is an open set on the real line and V is an open set on a sphere of nonzero radius,
then their pointwise scalar product is an open set.