Gaussian Integer Norm Convexity Identity
Provedgaussian_integer_norm_convexitycombinatoricserdos-problemsnumber-theory
Gaussian Integer Norm Convexity Identity
Formal statement
import Mathlib theorem gaussian_integer_norm_convexity (x z : ℂ) : let y : ℂ := (x + z) / 2; Complex.normSq y = (1 / 2 : ℝ) * Complex.normSq x + (1 / 2 : ℝ) * Complex.normSq z - (1 / 4 : ℝ) * Complex.normSq (x - z) := by sorry