Documentation

LeanAPAP.Mathlib.Analysis.Complex.Circle

TODO #

Rename

@[simp]
theorem Circle.coe_exp (r : ) :
theorem Circle.exp_eq_one {r : } :
expMapCircle r = 1 n, r = n * (2 * Real.pi)
noncomputable def Circle.e :
AddChar { x // x circle }
Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem Circle.e_apply (r : ) :
    @[simp]
    theorem Circle.coe_e (r : ) :
    ↑(Circle.e r) = Complex.exp (↑(2 * Real.pi * r) * Complex.I)
    @[simp]
    theorem Circle.e_int (z : ) :
    Circle.e z = 1
    @[simp]
    theorem Circle.e_one :
    Circle.e 1 = 1
    @[simp]
    theorem Circle.e_add_int {r : } {z : } :
    Circle.e (r + z) = Circle.e r
    @[simp]
    theorem Circle.e_sub_int {r : } {z : } :
    Circle.e (r - z) = Circle.e r
    @[simp]
    theorem Circle.e_fract (r : ) :
    @[simp]
    theorem Circle.e_mod_div {m : } {n : } :
    Circle.e (↑(m % n) / n) = Circle.e (m / n)
    theorem Circle.e_eq_one {r : } :
    Circle.e r = 1 n, r = n
    theorem Circle.e_inj {r : } {s : } :
    Circle.e r = Circle.e s r s [PMOD 1]