Is my proof valid for this inequality problem?

  • Thread starter Thread starter r0bHadz
  • Start date Start date
  • Tags Tags
    Inequality Proof
Click For Summary

Homework Help Overview

The problem involves proving the inequality a^(1/n) < b^(1/n) under the condition that 0 < a < b. The discussion centers around the validity of various proof strategies and assumptions related to inequalities and roots.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the validity of taking the n-th root while preserving inequalities and consider alternative methods such as using logarithms or proving by contradiction.

Discussion Status

The discussion is active, with participants questioning the original poster's assumptions and suggesting various approaches. Some participants express confusion about the implications of certain inequalities and whether specific cases need to be proven.

Contextual Notes

There is a focus on the need to consider different cases based on the value of a, particularly when a is less than or greater than 1. Participants also note the importance of establishing the monotonicity of functions involved in the proof.

r0bHadz
Messages
194
Reaction score
17

Homework Statement


Prove: if 0<a<b then a^(1/n) < b^(1/n)

Homework Equations

The Attempt at a Solution


I've already proved a^n < b^n in another problem. So I have

Assume a^n < b^n => \sqrt[n^2] a^n &lt; \sqrt[n^2] b^n => a^(1/n) < b^(1/n)
 
Physics news on Phys.org
I don't really see a proof here? How do you know you're allowed to take the ##n^2## root while preserving the inequality?

What about dividing both sides by ##a## or (##a^\frac{1}{n}##) and using the fact that nth roots are non-negative? I.e. comparing ##1 \lt \frac{b}{a}##

Then you have something greater than one vs one. Should be easier to work with.

edit: my suggestion would be ##c:=\frac{b}{a}## where ##1 \lt c## but assume for a contradiction that you have ##c^\frac{1}{n} \leq 1## and see what happens

edit 2: if you want to use your existing setup, consider setting ##x : =a^\frac{1}{n}## and ##y : =b^\frac{1}{n}##. Now you know that ##0\lt a \lt b##. You have two cases to consider-- suppose ##x \lt y## what happens when you use your results about raising to the nth power? You also need to consider the other side of the coin: what happens if ##y \leq x##? One case is consistent with desired outcome, but that isn't enough... you need to show that the 'opposite' case raises a contradiction and hence can't be true.
 
Last edited:
  • Like
Likes   Reactions: Delta2 and SammyS
r0bHadz said:
I've already proved a^n < b^n in another problem.

What exactly did you prove? That if ##0 < a < b## then ##a^n < b^n##? For what ##n##? Just positive integers? Did you prove the converse, that ##a^n < b^n \implies a < b##? I'm guessing not, since that's what you're trying to prove here (in effect).

But then I don't understand your first step. How can you take the n-th root of both sides and then just declare it's true, since that's what you're trying to prove?

Personally, I might appeal to use of a logarithm, first establishing that the log function (with any base) is monotonically strictly increasing.
 
Maybe you can also use the fact that ##x^{1/n}## is differentiable to see when it is increasing.
 
r0bHadz said:

Homework Statement


Prove: if 0<a<b then a^(1/n) < b^(1/n)

Homework Equations

The Attempt at a Solution


I've already proved a^n < b^n in another problem. So I have

Assume a^n < b^n => \sqrt[n^2] a^n &lt; \sqrt[n^2] b^n => a^(1/n) < b^(1/n)

As others have pointed out, your use of a ##\sqrt[n^2]{\cdot}## inequality is really just the use of a ##(\cdot)^{1/n^2}## inequality, which is what you are trying to prove.

If I were doing it I would look for a proof by contradiction, using all the results available so far.
 
How about proving a more general lemma:

If ##f## from A onto B is strictly monotone increasing then its inverse, ##f^{-1}## from B onto A exists and is strictly monotone increasing.
 
jbriggs444 said:
How about proving a more general lemma:

If ##f## from A onto B is strictly monotone increasing then its inverse, ##f^{-1}## from B onto A exists and is strictly monotone increasing.

A proof by contradiction seems easier to me.

Anyways, guys I'm confused when it comes to writing proofs.

So in a previous proof I showed that, if a<b then a^n < b^n for positive n>1

I want to start this proof off as follows:

If 0<a<b, we know a^n < b^n from previous results

we also know a<a^n for n>1**

I put stars because it seems to me like I am just making an assumption there. Would the proof be valid if I said:

we also know a<a^n for n>1 because any number x times more than 1 of itself will always be bigger than x

or do I need to prove that as well?
 
r0bHadz said:
If 0<a<b, we know a^n < b^n from previous results
we also know a<a^n for n>1**
This conclusion is not true in general. If 0 < a < 1, then a > an for n > 1. For example, if a = 1/2, a2 = 1/4

However, if a > 1, then it is true that ##a < a^n##.
 
  • Like
Likes   Reactions: r0bHadz
Mark44 said:
This conclusion is not true in general. If 0 < a < 1, then a > an for n > 1. For example, if a = 1/2, a2 = 1/4

However, if a > 1, then it is true that ##a < a^n##.
I see. Do I have to prove the case of a<a^n for a>1, a=1, and for a>a^n for 1>a>0? or can I just state "assuming this is true" so I don't have to prove everything
 
  • #10
r0bHadz said:
I see. Do I have to prove the case of a<a^n for a>1, a=1, and for a>a^n for 1>a>0? or can I just state "assuming this is true" so I don't have to prove everything
No, I don't think that stating "assuming this is true" will fly. You are given only that 0 < a < b, so you can't come along and assume that a is somehow also larger than 1. Depending on how you go about doing your proof, you might have to make a couple of cases: one for the interval (0, 1] and another for the interval (1, ∞).
 
  • Like
Likes   Reactions: r0bHadz
  • #11
r0bHadz said:
I see. Do I have to prove the case of a<a^n for a>1, a=1, and for a>a^n for 1>a>0? or can I just state "assuming this is true" so I don't have to prove everything
I don't see where/how you would need this. It seems all you need, if I understood correctly is whether a>b => a^k>b^k.
 
  • #12
WWGD said:
I don't see where/how you would need this. It seems all you need, if I understood correctly is whether a>b => a^k>b^k.
hmm it seems you are right. It looks like there are a lot of ways to do this proof and I was getting too caught up in finding which is the easiest but it seems like proof by contradiction is the easiest way? Does my following proof look correct?:

I am asked to prove: if 0<a<b then a^(1/n) < b^(1/n)

I am proving by contradiction so my proposition: if 0<a<b then a(1/n) ≥b(1/n)

Let a= x^n, b=y^n

we have x^n < y^n from the proposition

Since I have proved if a<b => a^n < b^n in a previous result, I know the converse a^n < b^n => a<b is true

so from x^n < y^n => x < y

since x = a^(1/n) and y = b^(1/n), there is a contradiction
 
Last edited:

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
12
Views
4K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
10
Views
3K