circleMap #
This file defines the circle map $θ ↦ c + R e^{θi}$, a parametrization of a circle.
Main definitions #
circleMap c R: the exponential map $θ ↦ c + R e^{θi}$.
Tags #
@[simp]
theorem
circleMap_ne_mem_ball
{c : ℂ}
{R : ℝ}
{w : ℂ}
(hw : w ∈ Metric.ball c R)
(θ : ℝ)
:
circleMap c R θ ≠ w
theorem
circleMap_mem_sphere
(c : ℂ)
{R : ℝ}
(hR : 0 ≤ R)
(θ : ℝ)
:
circleMap c R θ ∈ Metric.sphere c R
theorem
circleMap_mem_closedBall
(c : ℂ)
{R : ℝ}
(hR : 0 ≤ R)
(θ : ℝ)
:
circleMap c R θ ∈ Metric.closedBall c R
@[simp]
circleMap is 2π-periodic.