Let's consider the equation $$x^2+1 = 0$$
Now, if we work in $\mathbb{R}$, there are no solutions.
If we work in $\mathbb{C}$, there are two solutions.
Now I have been studying rings and modular algebra, and I understood that is we work in $\mathbb{Z}/65\mathbb{Z}$ there are actually four solutions.
A friend of mine replied telling me "working with quaternions, and there are infinite solutions".
Now I am not familiar with quaternions but I took a look and understood that those numbers satisty those relations
$$i^2 = j^2 = k^2 = -1 \qquad \qquad ij = jk = ki = 0$$
I now am wondering why there are infinite solutions. I mean, maybe is a very simple reasoning but correct me if I am wrong: I could simply take
$$x^2 = i^2 + \alpha jk$$
for any $\alpha$ to solve the equaton? Clearly since there are infinite good values for $\alpha$, I get infinite solutions.
Is that simple?
Let $a, b, c$ $\in\mathbb{R}$, satisfying $a^2 + b^2 + c^2 = 1$ and let $x = ai + bj + ck$.
Then
$$ x^2 = (ai + bj + ck)(ai + bj + ck) = -(a^2 + b^2 + c^2) = -1. $$
P.s. the properties you wrote are not correct.