User:Trovatore/Arithmetic and exponentiation in various numerical structures
Many times, usually in the context of discussions about the expression , I have wanted to express certain ideas that I think are relevant, but it would be too long-winded inline, and also I didn't want to spend the time. So I'm hoping that pointers to this essay may prove useful.
Nested numerical structures
[edit]
It is often claimed that the natural numbers form a subset of the integers , which in turn form a subset of the rational numbers , which in their turn form a subset of the real numbers , and the reals a subset of the complex numbers .[note 1] In symbols this would be . At the right is a picture used currently in our number article, showing these relationships.
For most purposes this is true.
However, it's worth noting that in any of the most common implementations of mathematics in set theory, it is not literally true. In a typical implementation, the natural numbers[note 2] are identical to the finite ordinal numbers.
Then the integers are represented as ordered pairs of natural numbers, for example , intended to be understood as , up to the equivalence relation . (The universe of the structure is then the quotient of by .)
Note that this already breaks the subset relationship from the first paragraph. For example, the natural number 0 is the finite ordinal number 0, which is literally simply the empty set.[note 3] However, the integer zero is an infinite set, namely , and indeed all integers are infinite sets (for example the integer is ). Therefore the natural number 0 is not an integer, so .
The universes of the structures
[edit]I don't want to spend a lot of time on this, but it seems worth putting down the construction of the remaining structures:
- Rationals (): A rational number is represented by a pair of integers , with nonzero,[note 4] understood as , up to the equivalence relation .
- Reals (): A real number is represented by a Cauchy sequence of rational numbers, up to the equivalence relation .
- Complex numbers (): A complex number is an ordered pair of real numbers, understood as .
With these choices, taken literally, none of the subset relations hold: .
Notes
[edit]- ^ Many prefer blackboard bold for the names of these sets. In most cases I prefer to save blackboard bold for blackboards. Since this is my essay I'm going to use ordinary boldface.
- ^ Including zero as a natural number.
- ^ Here we are representing the ordinals as von Neumann ordinals.
- ^ that is, is not equal to the zero element of .