Definition I use:
$A \sim B$ means $A$ is equinumerous with $B$ which means there is a $f\colon A \rightarrow B$ that is a bijection.
My goal is to prove the following,
Suppose $A \subseteq B \subseteq C$ and $A \sim C$. Prove that $B \sim C$.
I know that since I need to prove $B \sim C$, I need to show that there is some function $g\colon B \rightarrow C$ that is a bijection. From my givens, I know that since $A \sim C$ there is a bijection $h\colon A \rightarrow C$. I don't understand how to reach my goal using the givens.
Any suggestions would be much appreciated.