I have the following Diophantine equation that I want to solve over the positive (real) integers:
$$x^2+y^2=x+9y\tag1$$
Questions:
- I want to solve this equation for real positive integers bigger than or equal to 2. How do I write that mathematically?
- When I find the solutions I got: $(x,y)$ can be $(5,4)$, $(5,5)$ and $(1,9)$. How do I write that mathematically that those are the solutions?
I think that the answer to question 1 is:
$$\left(x\in\mathbb{N}\space\wedge\space x\ge2\right)\space\wedge\space\left(y\in\mathbb{N}\space\wedge\space y\ge2\right)\tag2$$
I think that the answer to question 2 is of these three notations:
\begin{align} (x,y)&=(5,4),(5,5),(1,9),\tag3 \\ (x,y)&=\{(5,4),(5,5),(1,9)\},\tag4 \\ (x,y)&\in\{(5,4),(5,5),(1,9)\}.\tag5 \end{align}
It needs to be (5) because (3), (4) imply $(x,\,y)$ is equal to its set of possible values rather than an element of that set.