Number System of the Week


Home Page


Recent systems

Rational Numbers (4/7/2026)

Zero Ring (4/1/2026)

Integers (3/24/2026)

Integers (3/24/2026)

This is the first post of many about various number systems, hopefully being every week or so. I won't get into what I define as a number system in this post, but I will get there eventually. The first few blog posts will likely be longer than all of the others due to containing expository material.

Today's number system is about the integers. These are the simple counting numbers, along with 0, and all of their negatives. There exist the regular multiplication and addition, and the expected rules like commutativity work as well.

While boring, this ubiquitous number system has many possible other number systems as a variant of it. In fact, all other number systems of a certain type (known as "rings"), are sort of "variants" of the integers, with either new stuff added or two integers being considered the same, or both. A ring is essentially an algebraic structure with addition, subtraction and multiplication. More specifically, a ring is a set of objects, along with two binary operations, "+" and "*", and an unary operation "-".

These operations obey these laws:

Rings are one of the main types of number systems I'll be covering here. Integers, being the most basic example of the rings, seem to be the best place to introduce rings. Here are some properties of the integers:

Properties

The integers are characteristic 0, meaning that you can never get 0 when just adding 1's. One thing to note is that not all rings are characteristic 0, and instead might have n 1's adding to become 0. Examples of these will be discussed soon.

The integers do not have division. However, they have a sort of "weaker division" known as "Euclidean division" which is just division with remainder. Not every ring has this property either. This property is called being an "Euclidean domain". Counterexamples will also be discussed eventually.

The integers are an integral domain, which means there aren't any integers that multiply to 0, unless one of them also happens to be 0. This is also not a guaranteed property, and such examples will be featured later.

One weird property is that any equation that holds in the integers using only addition, multiplication, and variables, which holds for all variables, also holds for all rings. This is related to the integers being in some sense the most basic variant ("initial object" in the sense of category theory) of the rings.

While maybe not too interesting, I could not have started with any other number system in this series. Starting with anything else wouldn't be natural. Wait.

Zero Ring ->

Zero Ring (4/1/2026)

<- Integers --- Rational Numbers ->

Rational Numbers (4/7/2026)

The next article is about the Rational Numbers, which are yet another basic number system. These are one of the basic instances of a number system known as a "field". The rational numbers are just the integers exccept with division by any number except 0.

A field is essentially a ring with division, although with a few nuances. Many typical number systems happen to be fields, like the rational numbers or the real numbers. Many fields are just the rationals with other things added onto them, although there are exceptions. The field axioms are the ring axioms, along with an operation "(_)^-1" known as the inverse, obeying these laws:

The new axioms are these:

Fields are also another of the type of number systems that I'll be mentioning as well.

Properties

The rationals are characteristic 0 as well as the integers, which is obvious due to it containing the integers.

The rationals have no subfields other than itself. Every field of characteristic 0 also includes a copy of the rational numbers.

Unlike the integers, the rationals are dense, meaning between every two unequal rational numbers, there is always another rational number.

Despite being dense, the rationals have infinitely many "holes", meaning the limit of any sequence of rationals getting closer together might not be a rational. These numbers are irrational numbers, like the square root of 2 or π. Filling all of these holes will give the real numbers as a result.

Later I'll be getting into weird number systems that are less commonly known, although you still might have heard of them.

<- Zero ring