Quartic Algebraic Jensen Convexity Gap Midpoint Identity
Provedquartic_algebraic_annulus_gapanalysiscombinatoricserdos-problems
For any real numbers , the fourth power midpoint identity satisfies , guaranteeing non-negative quartic convexity defect on spherical annuli.
Formal statement
import Mathlib theorem quartic_algebraic_annulus_gap (x z : ℝ) : ((x + z) / 2)^4 + (x - z)^2 * (7 * x^2 + 10 * x * z + 7 * z^2) / 16 = (1 / 2 : ℝ) * x^4 + (1 / 2 : ℝ) * z^4 := by sorry