I came across this in a computer architecture textbook:
Subtracting a strictly negative integer from another strictly negative integer (in two's complement) will never overflow.
The textbook doesn't go on to explain this assertion. It piqued my curiosity.
Why is this statement true?