I have to construct a bijection between $\Bbb N$ and $\Bbb S_+$ ,where $\Bbb S_+$ is the set of strictly growing finite rows: $\Bbb S_+ = \{ (n_0,n_1...n_k) \;|\; k \in \Bbb N,n_i \in \Bbb N, n_0 <n_1<n_2<...<n_k\}$ and $\Bbb N$ are the natural numbers.
I thought that if I represent the rows via numbers in binary : 43 = 101011 when I have 1 i will write the index as an element in my row, 43 ->101011 -> 0<1<3<5 this means that if I use the function $f(x)=x$ which is a bijection I compare the natural numbers with a row. Does this work?
Also how do I put this in a more formal way?