I would like to know the logic behind adding two intervals $$[a, b]$$ $$[c, d]$$ together and for the sake of simplicity let's say that the numbers in the interval are just integers and not real numbers. I know that the idea is to just add the lowest and highest of the two $$[a+c, b+d]$$ and this is the result of the addition.
My question is whether this is just defined to be like this mathematically or is there a real world example that can shed some light on why it is calculated so?