I have this problem:
Let the following operation be defined in $N_0$:
$$ \star : (x,y) \in N_0 \times N_0 \to x^2 + y^2 \in N_0 $$
Define if: the structure has a neutral elemnt.
I think it doesn't, because, from the definition of netrual element:
$$ e*x = x*e = x $$
In this case that never happens:
$0 \star y = y^2$
$1 \star y = 1+y^2$
$2 \star y = 4+y^2$
And so on... So we never get just $y$, but at the very least we get $y^2$.
How can I formalize this? I was thinking about induction, but the assert it's false for any possible base, so in the induction step you can't use the assert.