C. Latvia 2021 Problem 2
Let $x, y, z$ be positive real numbers. Show that $$\frac{x ^ 2 + y ^ 2}{x + y} + \frac{y ^ 2 + z ^ 2}{y + z} + \frac{z ^ 2 + x ^ 2}{z + x} \ge x + y + z.$$
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 + y ^ 2) / (x + y) + (y ^ 2 + z ^ 2) / (y + z) + (z ^ 2 + x ^ 2) / (z + x)
≥ x + y + z := sorry
Submit Solution
Login to submit a solution.
Recent Submissions
| # | User | Time (UTC) | Status |
|---|---|---|---|
| 368 | cwrv | 2026-03-08T03:27 | PASSED ⓘ |
| 366 | FelixMP | 2026-03-07T19:53 | PASSED ⓘ |
| 357 | kappa | 2026-03-04T22:25 | PASSED ⓘ |
| 355 | tanakh | 2026-03-04T12:38 | PASSED ⓘ |
| 343 | alesl0 | 2026-03-03T16:43 | PASSED ⓘ |
| 342 | alesl0 | 2026-03-03T16:41 | Compilation error ⓘ |
| 341 | alesl0 | 2026-03-03T16:40 | Compilation error ⓘ |
| 320 | ansar | 2026-03-01T20:49 | PASSED ⓘ |
| 308 | Kitsune | 2026-03-01T01:45 | PASSED ⓘ |