A. City Zhautykov 2017 Problem 2
Real numbers $a, b, x, y$ are such that $(ab)^3 + (xy)^3 \ge (ax)^3 + (by)^3$. Show that $ab + xy \ge ax + by$.
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 (a b x y : ℝ) (h : (a * b) ^ 3 + (x * y) ^ 3 ≥ (a * x) ^ 3 + (b * y) ^ 3) :
a * b + x * y ≥ a * x + b * y := sorry
Submit Solution
Login to submit a solution.
Recent Submissions
| # | User | Time (UTC) | Status |
|---|---|---|---|
| 367 | cwrv | 2026-03-08T03:14 | PASSED ⓘ |
| 352 | lethan3 | 2026-03-04T11:11 | PASSED ⓘ |
| 351 | Bekjann | 2026-03-04T07:56 | Forbidden axiom ⓘ |
| 350 | Bekjann | 2026-03-04T07:56 | Compilation error ⓘ |
| 348 | tanakh | 2026-03-03T21:06 | PASSED ⓘ |
| 347 | tanakh | 2026-03-03T21:05 | Template mismatch ⓘ |
| 340 | fve5 | 2026-03-03T12:57 | PASSED ⓘ |
| 335 | alesl0 | 2026-03-03T11:56 | PASSED ⓘ |
| 328 | FelixMP | 2026-03-03T09:57 | PASSED ⓘ |
| 321 | kappa | 2026-03-02T08:42 | PASSED ⓘ |