@[implicit_reducible]
Equations
- Complex.instPow = { pow := Complex.cpow }
@[simp]
@[simp]
theorem
Complex.cpow_ofNat_mul'
{x : ℂ}
{n : ℕ}
[n.AtLeastTwo]
(hlt : -Real.pi < OfNat.ofNat n * x.arg)
(hle : OfNat.ofNat n * x.arg ≤ Real.pi)
(y : ℂ)
:
theorem
Complex.pow_cpow_ofNat_inv
{x : ℂ}
{n : ℕ}
[n.AtLeastTwo]
(hlt : -(Real.pi / OfNat.ofNat n) < x.arg)
(hle : x.arg ≤ Real.pi / OfNat.ofNat n)
: