Import Hugo

This commit is contained in:
Smaug123
2023-09-30 18:30:52 +01:00
parent 85d784d889
commit 1f3e107106
250 changed files with 59591 additions and 48 deletions

View File

@@ -0,0 +1,25 @@
---
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.