Organic
- 1,223
- 0
Hi Anton A. Ermolenko,
By using the empty set (with the Von Neumann Heirarchy), we can construct the set of all positive integers {0,1,2,3,...}:
So, as you see we can use nothing but the {} to construct numbers, which are not empty.
The common building block -the simplest and invariant(=symmetric) element- is {}.
Organic
By using the empty set (with the Von Neumann Heirarchy), we can construct the set of all positive integers {0,1,2,3,...}:
Code:
0 = { }
1 = {{ }} = {0}
2 = {{ },{{ }}} = {0,1}
3 = {{ },{{ }},{{ },{{ }}}} = {0,1,2}
4 = {{ },{{ }},{{ },{{ }}},{{ },{{ }},{{ },{{ }}}}} = {0,1,2,3}
and so on.
The common building block -the simplest and invariant(=symmetric) element- is {}.
Organic
Last edited: