Analysis Proof: Looking for Help with Rudin's Book

  • Thread starter Thread starter bedi
  • Start date Start date
  • Tags Tags
    Analysis Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
bedi
Messages
81
Reaction score
0
I'm going to be a math major soon, so I'm trying to learn analysis, proofs and some set theory too. Recently I started to read Rudin's analysis book and there is a question that I tried to solve(prove?). I think my proof is wrong or not complete, could you correct me please? http://pdfcast.org/pdf/proof-5
 
Last edited by a moderator:
Physics news on Phys.org
I think there's a type. You typed that if x and r are rational, then x+r is irrational. This is of course false. Did you mean to say that if r is rational (and nonzero) and x is irrational, then x+r is irrational??

Let's assume you meant that.

I'm not going to say your proof is wrong, but it's very weird. First of all, you spend your entire time proving that x+r is in [itex]\mathbb{R}[/itex]. I really don't see the point of this.

And in the last line, you say "But since [itex]x\notin \mathbb{Q}[/itex], [itex]x+r\notin\mathbb{Q}[/itex] also". But this sentence is exactly what they asked you to prove! You should elaborate a bit on why this is true.
 
Ah, yes it's a typo. Thank you very much...
 
One quick comment: For set minus, you should write either [itex]\mathbb{R} \setminus \mathbb{Q}[/itex] or [itex]\mathbb{R}-\mathbb{Q}[/itex] instead of [itex]\mathbb{R}/\mathbb{Q}[/itex].
 
Yes I know but I'm new to latex and couldn't figure out how to use math tools yet
 
bedi said:
Yes I know but I'm new to latex and couldn't figure out how to use math tools yet

I see. Just use the "\setminus" command to get the slash facing the proper way.
 
You could use the contrapositive. The contrapositive of "A implies B" is "not B implies not A". The contrapositive is logically equivalent to the original statement.
Statement A:
R is rational AND X is irrational

Statement B:
RX is irrationalProof:
Suppose not B. So RX is rational. Assume (towards contradiction) that A is true. R must be rational also.
We can write:
RX=N1/N2.
R=N3/N4. (Notation: Let "N#" variables be integers.)

So,
X=RX/R
X=(N1/N2)/(N3/N4)=(N1*N4)/(N2*N3).
Thus, X is rational.


This contradicts A. Thus, A is false. We have shown Not B => Not A. Therefore, A => B.

The proof is very similar with R+X. The only real difference is in the italicized region.

Hope this helps.