How can I prove that the sets created by doubling each element from the set of odd integers to infinity contain no duplicate numbers in any of the sets created by doubling the odd integers?
Set of odd integers $\ge 1: \{1,3,5,7,9,11,\dots\}$
Doubling $ \{1, 2, 4, 8, 16, 32,\dots \}$
Doubling $3: \{3, 6, 12, 24, 48,\dots\}$
Doubling $5: \{5, 10, 20, 40, 80,\dots \}$
Doubling $7: \{7, 14, 28, 56, 112,\dots\}$
How can I prove that there will be no duplicate elements in the sets created from the doubled odd integers?
It appears that you are not "doubling each element from the set of odd integers" at all. That set would be $$\{\dots,2(-3),2(-1),2(1),2(3),\dots\}=\{4k+2:k\in\Bbb Z\}.$$
Rather, you are taking odd multiples of the set of all non-negative integer powers of $2.$
If you're trying to ask whether the sets thus generated are disjoint, then you'll use uniqueness of prime factorization to prove it.