How to prove that the set of natural numbers $\mathbb N$ has the same size as $\mathbb N \times \mathbb N$?
Definition: We know that two sets have the same size when there is an injection from one set to the other and the other way round.
I was thinking of the following proof:
$f: \mathbb N \to \mathbb N \times \mathbb N; f(n)=(n,1)$
we have that $f$ is an injective function because if we chose $j$ and $t$ in $\mathbb N$, then we will have $fj=j=t=ft$, hence the function is injective.
and we can take: $g: \mathbb N \times \mathbb N \to \mathbb N ; f(n,1)=n+1$
we have that $g$ is an injective function because if we chose $h$ and $k$ in $\mathbb N \times \mathbb N $, then we will have $fh=h=k=kt$, hence the function is injective.
Hence because of the definition above we conclude that the two sets have the same size.