Starting from the question,
$$\begin{array}{rrrrr}
&1&0&0&0\\
-&&1&1&1\\
\hline
\end{array}$$
From the rightmost digit, it needs to borrow from the left, so column-wise,
$$\begin{array}{rrrrr}
&1&0&0&0\\
&&&\tiny{-1}&\tiny{+10}\\
-&&1&1&1\\
\hline\\
\end{array}
\longrightarrow
\begin{array}{rrrrr}
&1&0&0&0\\
&&&\tiny{-1}&\tiny{+10}\\
-&&1&1&1\\
\hline
&&&&1
\end{array}$$
Then the twos-digit, it also needs to borrow enough from the left to subtract 1 twice,
$$\begin{array}{rrrrr}
&1&0&0&0\\
&&&\tiny{-1}&\tiny{+10}\\
&&\tiny{-1}&\tiny{+10}\\
-&&1&1&1\\
\hline
&&&&1
\end{array}
\longrightarrow
\begin{array}{rrrrr}
&1&0&0&0\\
&&&\tiny{-1}&\tiny{+10}\\
&&\tiny{-1}&\tiny{+10}\\
-&&1&1&1\\
\hline
&&&0&1
\end{array}$$
Then the fours-digit and up,
$$\begin{array}{rrrrr}
&1&0&0&0\\
&&&\tiny{-1}&\tiny{+10}\\
&&\tiny{-1}&\tiny{+10}\\
&\tiny{-1}&\tiny{+10}\\
-&&1&1&1\\
\hline
&&&0&1
\end{array}
\longrightarrow
\begin{array}{rrrrr}
&1&0&0&0\\
&&&\tiny{-1}&\tiny{+10}\\
&&\tiny{-1}&\tiny{+10}\\
&\tiny{-1}&\tiny{+10}\\
-&&1&1&1\\
\hline
&0&0&0&1
\end{array}$$
So $$1000-111=1$$