Let $(u_n)$ and $(v_n)$ be two real sequences with limits L and M respectively. If $x_n$= max$({u_n,v_n})$ and $y_n$=min$(u_n,v_n)$, prove that the sequence $x_n$ and $y_n$ converges to max$(L,M)$ and min$(L,M)$ respectively.
My attempt: It is given that $u_n$ and $v_n$ converges to L and M respectively. So $u_n$+$v_n$ =$L+M$.
Now, taking limits,
$x_n$=max$(u_n,v_n)$=$1/2{(a+b+|a-b|)}$=$1/2{(L+M+|L-M|)}$=max$(L,M)$
Similarly,
$x_n$=min$(u_n,v_n)$=$1/2{(a+b-|a-b|)}$=$1/2{(L+M-|L-M|)}$=min$(L,M)$
Is this correct??