If $a,b\in \mathbb R$ and be distinct numbers satisfying $$|a-1|+|b-1|=|a|+|b|=|a+1|+|b+1|$$ then the minimum value of $|a-b|$ is ? ($|...|$ represents absolute value)
I tried solving the equalities but couldn't get the value of $a,b$ for which this equality comes true. Please help!

Well, how are we even going to have $a-b$ in this equation? Well, if we look at $\lvert a \rvert+\lvert b \rvert$, we want $\lvert a \rvert=a$ and $\lvert b \rvert=-b$ so that the sum will be $a-b$. Thus, we'll get $a-b$ if the sign of $a$ is positive and the sign of $b$ is negative, giving us: $$\lvert a \rvert+\lvert b \rvert=a+(-b)=a-b$$
Similarly, if $a+1 \geq 0$ and $b+1 \leq 0$, we have $\lvert a+1 \rvert+\lvert b+1 \rvert=(a+1)-(b+1)=a-b$ and if $a-1 \geq 0$ and $b+1 \leq 0$, we have $\lvert a-1 \rvert+\lvert b-1 \rvert=(a-1)-(b-1)=a-b$.
Therefore, we can get conditions where all of these expressions are just $a-b$:
Thus, if $a \geq 1$ and $b \leq -1$, we have a solution because all of the expressions in the equation are just $a-b$! In order to minimize $\lvert a-b \rvert$, we have to get $a$ and $b$ as close to each other as possible. This means $a$ needs to be its least value, which is $a=1$, and $b$ needs to be its greatest value, which is $b=-1$. Thus, we have $\lvert a-b \rvert=\lvert 1-(-1) \rvert=2$.
Now, this is my tentative solution. I haven't proven yet that there is another solution where $a \in [-1, 1]$ or $b \in [-1, 1]$. Therefore, the minimum $\lvert a-b \rvert$ is at most $2$, but I haven't proven tht $2$ is the minimum.