Sunday, April 7, 2019

Is square root of an integer, either an integer or an irrational number, but never (non-integer) rational?








$\sqrt{2}$ is irrational number, but $\sqrt{9} = 3$ is an integer.
Are there such integers whose square root is a (non-integer)rational number?

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...