Question
I came across this question on Quora:
Which number is bigger, 56^(57) or 57^(56)?
Exploring the Likely Answer
To come up with a hypothesis about which number is bigger, let’s explore this relationship with some other numbers and get a feel:
It seems that continuing from this point, the number with the larger exponent will remain bigger than the one with the larger base.
Hypothesis
Informal Proof
I thought it’d be fun to take on this problem where I try to use as little as math knowledge as possible.
Let’s try out some rewriting and see if that gives us any ideas. I’ll be trying to simplify, so perhaps get rid of the ‘s favoring ‘s.
Let’s look at first:
That’s terms equal to . Perhaps that’ll be useful later. Maybe I can expand the other number in a similar way and compare the terms.
Now let’s focus on :
Things feel simpler with only ‘s around, but it’s far from clear how to compare these two expansions. How can we further rewrite this such that it becomes a sum, so we can start trying to compare terms between this number’s expansion and the other one’s?
Well, we could simply start performing the multiplications. This way we ultimately end up with a sum as we desire. But it’s not quite straightforward what that result would be. Maybe we can do something clever.
Let’s see if we can estimate what this sum would look like in the worst case (maximally). If we can then show that the sum of solely ‘s is larger than that sum, it must also be larger than the actual sum.
Looking at all the being multiplied, the biggest term is . This one results from the multiplcation of all ‘s. Note there’s not enough ‘s for obtaining a or beyond.
From there, all other multiplications will yield all sorts of possible multiples of powers of . Without doing any calculations, we can assume the worst case (yielding the biggest possible sum) and estimate that every exponent smaller than will occur:
Note that since we’re not calculating anything, we don’t know the values of most of the constants, with the exception of the first and last terms. However, we do know that these constants are all smaller than .
Explanation
Why is it the case that for all : ? To see why this has to be the case, let’s suppose we have some constant that’s larger than , e.g. for some we have . Then:
As you can see, such a constant cannot exist since it “spills over” and is therefore not a constant of just that term.
Finally, note that there are terms in this sum. If we treat the last two terms as a single one (i.e. ), then we end up with terms just like with the first number we expanded. This means we can compare the size of the terms pairwise!
From left to right, let’s compare the terms:
Only the first terms are equal, and all others are smaller in the second sum. Therefore clearly their sum is smaller as well. This means is larger than the maximal estimation we made of , which guarantees it’s bigger than as well.
Note
For those with a math background it’s clear I’m using polynomial expansion here, where I’m treating as the variable. This proof can easily be formalised and even generalized for all using this method.