Actually we can prove it by just choosing random consecutive positive integers, but I want to know how we can prove it mathematically.
2026-04-08 10:10:55.1775643055
If x and y are two consecutive positive integer then how can we prove that $y^y>x^x$?
74 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose $y>x >0$.
Claim: $y^y > y^x$. $y^y - y^x = y^{y-x}(y^x - 1)$. Then $y^x > 1^x = 1$, so $(y^x -1) > 0$, so $y^{y-x}(y^x -1 ) > 0$. So the claim holds.
Claim: $y^x > x^x$. We have $y>x$, so $y^2 > yx > x^2$, proceeding inductively gives $y^x>x^x$.
Putting the two together gives the desired result.