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.
Opening remarks
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 .
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 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 . Therefore the natural number 0 is not an integer, so .
Notes
- ^ 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.