Prove if $A=B$ then $\max A=\max B$.
(It follows from Question regarding $\gcd(a,b)=\gcd(b,r)$).
What I have done:
I will assume that $A$ and $B$ are equipped with a partial order $\leq$.
Let $\max A=a=\{x\in A\mid a\leq x\to x=a\}$ be the maximum element of $A$. Since $x\in A$, by hipothesis, $x\in B$, and so $a\leq x$ for all $x\in B$. Calling $a=b$ we have that $b\leq x$, so $x=b$. We have shown $\max A\subseteq\max B$, the same idea for the converse.
Is it correct?