For a set $E$ and $n \in \mathbb{N}$ we say $\# (E) = n$ if there is a bijection from $I_n$ to $E$, where
$$I_n \overset{\text{def}}= \{k\in \mathbb{N}: k \leq n\}$$
Suppose that $\# (E) = n$, $\#(G) = k$ and $E \cap G = \varnothing$. Show that
$$\#(E \cup G) = \#(E) + \#(G)$$
My thoughts
It may be tempting to use $E \cup G = E + G - (E \cap G)$, set $\#$ by both sides and evaluate both sides to get the statement I want to prove, but is this right? I thought of the bijection as some sort of homomorphism. It's something like this
$$\#(E \cup G) = \#(E) + \#(G) - \#(E \cap G)$$ $$\#(E \cup G) = \#(E) + \#(G)$$
Another thing: Do I need to apply the ordering on the set to show the given equation, or is that unnecessary? I thought of this because of the given set.
I'm quite stuck on proof because I don't really know how it goes. Any advices or comments?