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
461 BestCrazyNoob 2026-05-21T19:57 PASSED
458 asdfdgdsfdgwrwrs 2026-05-21T05:47 PASSED
457 asdfdgdsfdgwrwrs 2026-05-21T05:37 Time out
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
View all