R
rossum
Guest
You are very obviously misusing terminology here. The “greater” operator is not defined between sets, so you should not use it in this context. All it does is to show your lack or relevant knowledge.How is that process different from saying 1 2 3 4 5 is greater than 1 3 5?
You should say: “{1 2 3 4 5} has a greater number of elements than {1 3 5}”. Note also the use of braces, “{ … }” to delimit a set.
Oh dear. You do not know the correct meaning of “exponentially” either. Please, for your own good, learn more mathematics before continuing this discussion. Your own feet will thank you for it; they need the time for all those bullet holes to heal.Sure, real numbers are an infinity all of their own, exponentially so.
False. The one-to-one correspondence has been demonstrated a number of times by myself and others. Here it is again:The issue is the seeming lack of a demonstration that all odd numbers have a one to one correspondence to all the natural numbers
Code:
Natural Odd
------- ---
1 1
2 3
3 5
4 7
5 9
...
n 2n-1
...
If you answer “no” to any of those questions, then provide an example.
rossum