Documentation

Mathlib.Analysis.SpecialFunctions.Complex.Circle

Maps on the unit circle #

In this file we prove some basic lemmas about expMapCircle and the restriction of Complex.arg to the unit circle. These two maps define a partial equivalence between circle and , see circle.argPartialEquiv and circle.argEquiv, that sends the whole circle to (-π, π].

@[simp]
theorem Circle.arg_eq_arg {z w : Circle} :
theorem Circle.arg_exp {x : } (h₁ : -Real.pi < x) (h₂ : x Real.pi) :
(↑(exp x)).arg = x
@[simp]
theorem Circle.exp_arg (z : Circle) :
exp (↑z).arg = z

Complex.arg ∘ (↑) and expMapCircle define a partial equivalence between circle and with source = Set.univ and target = Set.Ioc (-π) π.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Complex.arg and expMapCircle define an equivalence between circle and (-π, π].

    Equations
    Instances For
      @[simp]
      theorem Circle.exp_eq_exp {x y : } :
      exp x = exp y ∃ (m : ), x = y + m * (2 * Real.pi)
      theorem Circle.exp_eq_one {r : } :
      exp r = 1 ∃ (n : ), r = n * (2 * Real.pi)
      noncomputable def Real.Angle.toCircle (θ : Angle) :

      Circle.exp, applied to a Real.Angle.

      Equations
      Instances For
        @[simp]

        Map from AddCircle to Circle #

        noncomputable def AddCircle.toCircle {T : } :

        The canonical map fun x => exp (2 π i x / T) from ℝ / ℤ • T to the unit circle in . If T = 0 we understand this as the constant function 1.

        Equations
        Instances For
          @[simp]

          The homeomorphism between AddCircle (2 * π) and Circle.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For