1

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

3 Answers3

2

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

1

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.

Mark Joshi
  • 5,604
0

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

user49640
  • 2,704