Finite sums and products of complex numbers #
@[simp]
theorem
Complex.ofReal_balance
{α : Type u_1}
[Fintype α]
(f : α → ℝ)
(a : α)
:
↑(Fintype.balance f a) = Fintype.balance (Complex.ofReal ∘ f) a
@[simp]
@[simp]
theorem
Complex.re_balance
{α : Type u_1}
[Fintype α]
(f : α → ℂ)
(a : α)
:
(Fintype.balance f a).re = Fintype.balance (Complex.re ∘ f) a
@[simp]
@[simp]
theorem
Complex.im_balance
{α : Type u_1}
[Fintype α]
(f : α → ℂ)
(a : α)
:
(Fintype.balance f a).im = Fintype.balance (Complex.im ∘ f) a
@[simp]