There is a question 6.20 from the Book of Proof by Hammock that reads as follows: We say that a point $P=(x,y) \in R^2$ is rational if both x and y are rational. More precisely, P is rational if $P=(x,y) \in Q^2$. An equation $F(x,y)=0$ is said to have a rational pointif there exists $x_0, y_0 \in Q$ such that $F(x_0,y_0)= 0$. For example, the cruve $x^2+y^2-1=0$ has rational point $(x_0,y_0)=(1,0)$. Show that the curve $x^2+y^2-3=0$ has no rational points.
I can only take a guess at how to start a proof. Doing algebra on both sides of $x^2+y^2-3=0$ yields $y = \sqrt{3-x^2}$. Now, assume y is rational -- can x be rational?
Thus, let y = $a\over b$ for some integers a and b, $b \ne 0$,$gcd(a,b)=1$. Then let y = $c\over d$ for some integers c and d, $d \ne 0$,$gcd(c,d)=1$. Hence, ${a \over b} = \sqrt{3 - {{c^2} \over {d^2}}}$.
I think I may want to prove some sort of contradiction in terms of rational and irrational? This as far as I got in my scratchwork for a proof.