0
$\begingroup$

Prove the following statement: $\forall r\in \mathbb{R^+}$,if r is irrational then $\sqrt r$ is irrational

My attempt:

if suppose $\sqrt r $ is rational

then there exists $p,q \in \mathbb{R^+}$ such that

$\frac{p}{q}=\sqrt r $ where p and q are prime to each other

$\rightarrow p=q \sqrt r \rightarrow p^2=r q^2$

i can't processed further can any help

  • 0
    $p,q \in \mathbb{N}$2017-02-19
  • 0
    As @N74 says, $p,q \in \Bbb N$!2017-02-19

3 Answers 3

1

$r={p^2\over q^2}$ so it is rational contradiction.

  • 0
    ..how it is irrational can you exaplain2017-02-19
0

Then $r = p^2/q^2$, which is rational, a contradiction.

  • 0
    @user49640...can u expalin bit more2017-02-19
  • 0
    $p^2/q^2$ is a quotient of integers.2017-02-19
0

easier to do contrapositive, if $\sqrt{r}$ is rational then so is $r$.

If $\sqrt{r} = p/q$ with $p$ and $q$ integers then $$ r = p^2/q^2 $$ so it is a ratio of integers so it is rational.

Taking the contrapositive, we have the statement you wanted.