mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 08:18:39 +00:00
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
---
|
|
lastmod: "2021-09-12T22:47:44.0000000+01:00"
|
|
author: patrick
|
|
categories:
|
|
- stack-exchange
|
|
comments: true
|
|
date: "2018-04-08T00:00:00Z"
|
|
title: What is lost when we move between number systems?
|
|
summary: Answering the question, "What is lost when we move from the reals to the complex numbers?".
|
|
---
|
|
|
|
*This is my answer to the same [question posed on the Mathematics Stack Exchange](https://math.stackexchange.com/q/2728317/259262). It is therefore licenced under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/).*
|
|
|
|
# Question
|
|
|
|
As I know when you move to "bigger" number systems (such as from complex to quaternions) you lose some properties (e.g. moving from complex to quaternions requires loss of commutativity), but does it hold when you move for example from naturals to integers or from reals to complex and what properties do you lose?
|
|
|
|
# Answer
|
|
|
|
The most important ones as I see it:
|
|
|
|
* Naturals to integers: lose well-orderedness, gain "abelian group" (and, indeed, "ring").
|
|
* Integers to rationals: lose discreteness, gain "field".
|
|
* Rationals to reals: lose countability, gain "Cauchy-complete".
|
|
* Reals to complexes: lose a compatible total order, gain the Fundamental Theorem of Algebra.
|