Proving x^n<y^n with Michael Spivak's Calculus

  • Thread starter Thread starter Einherjer
  • Start date Start date
  • Tags Tags
    Calculus
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
Einherjer
Messages
4
Reaction score
0
Just started on Michael Spivaks Calculus, going fine so far, but generalizing to n always messes me up.

Homework Statement


prove that If 0≤x<y, then x^n<y^n, n=1,2,3,...

The Attempt at a Solution


I have managed to to prove that x^2<y^2. But I'm i don't quite get how to generalize to n.

First time posting a question here, so tell me if I've done something wrong.
 
Physics news on Phys.org
Are you using a proof by induction? Then [itex]x^{n+1}= x(x^n)< x(y^n)< y(y^n)= y^{n+1}[/itex]

But I would think that [itex]x^n- y^n= (x- y)(x^{n-1}+ x^{n-2}y+ x^{n-3}y^2+[/itex][itex]\cdot\cdot\cdot+ x^2y^{n-3}+ xy^{n-2}+ y^{n-1})[/itex] would prove it directly.