There are two sets of positive integers, $A$ and $B$. Let the range of $A$ be $230$ and range of $B$ be $310$, then what the range of $A \cup B$ must be at least?
I think the range of the union must be at least 310, i.e., $\max\{ran(A), ran(B)\}$, but I'm not too sure how to convince myself of this. Could anyone provide a general proof?
EDIT: The range of a finite set $P$ of positive integers is defined as $$ran(P) = \max(P) - \min(P).$$
Your answer is correct.
Denote $a_1=\min A$, $a_2=\max A$, $b_1=\min B$, $b_2=\max B$. Then $$ a_2-a_1=230;\quad b_2-b_1=310; $$ and $$ ran(A\cup B)=\max(a_2,b_2)-\min(a_1,b_1) $$ Consider the following cases. (Drawing a picture would be a good idea at this point.)
It is only in the third case that one can make $ran(A\cup B)$ small. In particular, one needs $[a_1,a_2]\subset[b_1,b_2]$.