If I wanted to compare the densities of sets of numbers over the positive integers, what measures are available to me? I have some particular properties in mind.
Let $X_n=\{(2n-1)2^m:m\in\mathbb{N_{>0}}\}$
Let $X=\{X_n:n\in\mathbb{N_{>0}}\}$
So e.g. $X_3=\{3,6,12,24,48,...\}$
Clearly $$\bigcup_{X_n\in\ X}X_n=\mathbb{N_{>0}}$$
I want a measure $M_n$ of the density of $X_n$ in $\mathbb{N_{>0}}$ satisfying various properties:
It is always greater if another $X_n$ is added to the union.
Every $X_n$ has a measure
The measure of $X_n$ is smaller, for bigger $n$.
The measure of any subset of $\mathbb{N_{>0}}$ is finite
Just using some basic school maths with no prior experience of measures of density, it would appear to me that this is appropriate:
$$M_n=\frac{1}{2^n}$$
And for some collection $X_N\subset X$:
$$M_N=\sum_{X_n\in X_N}M_n$$
Is there anything I am doing badly wrong here, any shortcomings, or any clear improvement I could make?