Discrete Math irrational and rational numbers proof

abjf9299
Messages
5
Reaction score
0

Homework Statement



Prove by contradiction. Your proof should be based only on properties of the integers, simple algebra, and the definition of rational and irrational.

If a and b are rational numbers, b does not equal 0, and r is an irrational number, then a+br is irrational.

Homework Equations



rational numbers are equal to the ratio of two other numbers

The Attempt at a Solution



I wrote a proof but am not sure it is correct. Please tell me what I did wrong and show me the way to do it right if this is not correct. My teacher indicated that we need to make use of the fact that b does not equal 0 (from a+br). Did I do that sufficiently as well?:

Proof: Suppose not. That is suppose that there exists rational numbers a and b, b does not equal zero, and irrational number r such that a+br is rational [We must deduce a contradiction].
By definition of rational, a = c/d, b= e/f , a+br = g/h for some integers c,d,e,f,g,and h with h,f,d, and b not equal to 0.
By substitution, a+b(r) = c/d +(r)( e/f) = g/h.
Solving for r gives: r = (fgd-chf) / (ehd)
Now fgd and chf are integers (being products of integers) and ehd does not equal 0 (by zero product property). Thus by definition of rational, r is rational which contradicts the supposition that r is irrational [ Hence the supposition is false and the statement is true].
 
Physics news on Phys.org
Looks pretty solid. A few minor things I found:

1) You want to state when you're defining b that e is also not equal to 0.

2) You probably want to list your steps for solving for r, so your teacher doesn't need to go do extra work and check if it's right.
 
Thanks for the help! I'll correct those things ASAP before handing it in...
 
abjf9299 said:

Homework Statement



Prove by contradiction. Your proof should be based only on properties of the integers, simple algebra, and the definition of rational and irrational.

If a and b are rational numbers, b does not equal 0, and r is an irrational number, then a+br is irrational.

Homework Equations



rational numbers are equal to the ratio of two other numbers

The Attempt at a Solution



I wrote a proof but am not sure it is correct. Please tell me what I did wrong and show me the way to do it right if this is not correct. My teacher indicated that we need to make use of the fact that b does not equal 0 (from a+br). Did I do that sufficiently as well?:

Proof: Suppose not. That is suppose that there exists rational numbers a and b, b does not equal zero, and irrational number r such that a+br is rational [We must deduce a contradiction].
By definition of rational, a = c/d, b= e/f , a+br = g/h for some integers c,d,e,f,g,and h with h,f,d, and b not equal to 0.
By substitution, a+b(r) = c/d +(r)( e/f) = g/h.
Solving for r gives: r = (fgd-chf) / (ehd)
Now fgd and chf are integers (being products of integers) and ehd does not equal 0 (by zero product property). Thus by definition of rational, r is rational which contradicts the supposition that r is irrational [ Hence the supposition is false and the statement is true].

Since you have already answered the question, I don't mind pointing out some shortcuts. Let c = a + br, and assume a, b and c are rational, and that b =/= 0. Then we can solve for r: r = (c-a)/b (legal because b is not zero). The numerator c-a is rational and the denominator b is rational, so their ratio is rational. This contradicts the assumption that r is irrational. Thus, c must also be irrational.

RGV
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top