Test Contest 1 Problem A
Let $x, y, z$ be positive real numbers. Show that $$x^2 + xy^2 + xyz^2 \ge 4xyz - 4.$$
Replace sorry in the template below with your solution.
Mathlib version used by the checker is v4.29.0.
import Mathlib.Data.Real.Basic
theorem solution (x y z : ℝ) (hx : 0 < x) (hy : 0 < y) (hz : 0 < z) :
x ^ 2 + x * y ^ 2 + x * y * z ^ 2 ≥ 4 * x * y * z - 4 := sorry
Submit Solution
Login to submit a solution.
Recent Submissions
| # | User | Time (UTC) | Status |
|---|---|---|---|
| 329 | tanakh | 2026-03-03T10:19 | PASSED ⓘ |
| 234 | Kitsune | Long time ago | PASSED ⓘ |
| 231 | kappa | Long time ago | PASSED ⓘ |
| 229 | FelixMP | Long time ago | PASSED ⓘ |