Given, $2\le a<b<c<d\le 16$ and $(d-1)^2=(a-1)^2+(b-1)^2+(c-1)^2$,$(d+1)^2+(a+1)^2=(b+1)^2+(c+1)^2$. Find all $a,b,c,d$
My work:
If $(a,b,c,d)\in \mathbb{N}$, for that I could show this
$$(d-1)^2=(a-1)^2+(b-1)^2+(c-1)^2\implies d^2-2d=(a^2+b^2+c^2)-2(a+b+c)+2$$
Now, From second equation we get,
$$d^2+2d+a^2+2b+2=b^2+c^2+2b+2c+2$$
Now, manipulating this equation to look like the above equation and substitution gives,
$$4d+2(a^2+1)=4(b+c)\implies a^2\equiv -1 \mod2$$
From this we can get that $a$ is odd and $b+c>d$.
Now what am I supposed to do? I could not approach this problem for $(a,b,c,d)\in \mathbb{R}\setminus \mathbb{N}$. Please help.