F functional equation
F_functional_equation
Project documentation
Reduce a power of I * w via I ^ 4 = 1. -/ lemma I_mul_npow (w : ℂ) (n : ℕ) : (I * w) ^ n = I ^ (n % 4) * w ^ n := by rw [mul_pow, I_pow_eq_pow_mod] /- Functional equation of
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.