2

I am trying to do this proof. Please tell me if it is correct. Please help me also with the mathematical symbols.

If a>b>0 then cube root of a is bigger than cube root of a.

Case 1:

Suppose for the search of contradiction that cube root of b is

bigger than cube root of a.

Then (cube root of b)(cube root of b)>(cube root of a)(cube root of a)

By extension, (cube root of b)(cube root of b)(cube root of b) > (cube root of a)(cube root of a)(cube root of a)

Therefore, b>a, a contradiction of the starting condition.

Case 2:

Suppose that cube root of b is equal to cube root of a.

By the same method:

(cube root of b)(cube root of b)(cube root of b) = (cube root of a)(cube root of a)(cube root of a)

Therefore, b=a, also a contradiction of the starting condition.

Then, if a>b>0 then cube root of a is bigger than cube root of b. Q.E.D.

Beginner
  • 1,170

1 Answers1

3

The proof is correct, with the addition of what you state as obvious: if $\sqrt[3]{b}>\sqrt[3]{a}$, then $$ \sqrt[3]{b}\sqrt[3]{b}>\sqrt[3]{a}\sqrt[3]{b}>\sqrt[3]{a}\sqrt[3]{a} $$ and similarly for the next step.

However, the proof can be simplified: you don't need to do separate cases for $>$ and $=$, for instance.

On the other hand, you can recall $x^3-y^3=(x-y)(x^2+xy+y^2)$, so $$ 0<a-b=(\sqrt[3]{a}-\sqrt[3]{b}) \underbrace{((\sqrt[3]{a})^2+\sqrt[3]{a}\sqrt[3]{b}+(\sqrt[3]{b})^2)}_{>0} $$ and therefore $\sqrt[3]{a}-\sqrt[3]{b}>0$.

egreg
  • 238,574