Saturday, September 7, 2019

elementary number theory - Square root of a prime is irrational

How can one prove that the square root of a prime number (e.g. $ \sqrt 61$) is irrational.


First we need to prove that $61$ is prime. This can be done by simply showing that $$ 49 < 61 < 64$$ and so $$ 7 < \sqrt 61 < 8$$ then the only possible prime factors of $61$ are $2 , 3, 5, 7$. Then by contradictions and DIC we can show that $61$ is prime.


Now how can we show that $\sqrt 61$ is irrational?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...