Math Notes · 0.2

What Is a Number?

We use numbers constantly, but “what is a number?” turns out to be a much more interesting question than “what does this numeral say?”

A useful model for real numbers

One very useful way to build intuition about real numbers is to think about distance and direction on a number line. This becomes especially helpful once we start working with signed numbers and addition.

Mathematics contains many kinds of numbers and several rigorous ways to construct them, so “distance from an origin” is better understood as a model than as a universal definition of number. It is a way of seeing numbers that makes certain structure very clear.

The point of the model is not to replace every definition of number. It is to give us a form that makes direction, scale, and relationship easy to see.

Number and numeral are different things

The mark 3 is not the number three in the same way the word “cat” is not an actual cat.

The written mark is a numeral: a representation. The number is the abstract mathematical object that representation refers to.

Number

An abstract mathematical object used inside a number system. Depending on context, numbers can describe quantity, order, position, measurement, ratio, and more.

Numeral

A written symbol or string of symbols used to represent a number.

This is another form-and-value distinction. The numeral is a form. The number is the mathematical object we are trying to represent.

A geometric model: origin, unit, direction

Pick a point and call it the origin. Give that point the coordinate 0. Then choose a unit length and a positive direction.

-3 -2 -1 0 1 2 3 ←----------------|----------------→ origin

Once those choices are made, every real number corresponds to a position on the line. Positive and negative signs encode which side of the origin we are on, and absolute value tells us the distance from zero.

|-3| = 3 | 3| = 3

The numbers -3 and 3 are different values, but they are the same distance from zero.

Zero and the origin are related, but different

The number zero has a very specific structural role in ordinary arithmetic: it is the additive identity.

a + 0 = a

What we can choose is which physical or geometric location gets coordinate zero.

Sea level can be zero elevation. The freezing point of water can be zero on one temperature scale. A timeline can declare some event to be time zero. A coordinate system can place its origin wherever it is useful.

Moving the origin changes the coordinates we assign to points. It does not change the underlying distances between those points.

The unit matters too

Coordinates only mean something relative to a scale. A distance of 3 could mean three meters, three feet, three seconds from a reference event, or three abstract units in a mathematical model.

If we change units, the numerical representation may change even when the underlying measured quantity does not.

1 meter = 100 centimeters

The measurement has a new numerical form because we changed the unit. The physical length did not suddenly become one hundred times longer.

Why I like the movement model

Once numbers are sitting on a line, addition becomes movement in a really natural way.

2 + 3 = 5 Start at 2. Move 3 units in the positive direction. Land at 5.
2 + (-3) = -1 Start at 2. Move 3 units in the negative direction. Land at -1.

That picture does not replace every interpretation of addition. If I am counting three apples and then getting two more apples, “combine two quantities” is probably the more natural story.

But the movement model becomes especially useful when negatives enter the picture. It gives the sign a job: magnitude tells us how far, and sign tells us which direction along the chosen axis.

Different number systems solve different problems

One reason “what is a number?” gets complicated is that the collection of things we are willing to call numbers has grown as mathematics has grown.

Each extension preserves a lot of the structure we already know while giving us new things we are allowed to do.

For the advanced reader: from the line to the plane

The movement picture becomes even more interesting when we stop insisting on one dimension.

A real number can be pictured as a coordinate on a line. A complex number a + bi can be pictured as the point (a, b) in a plane.

real direction → a imaginary direction → b a + bi ↔ (a, b)

In that form, complex numbers stop looking like a weird exception bolted onto arithmetic and start looking geometric. Multiplication by i, for example, acts like a quarter-turn in the complex plane.

This is exactly the sort of connection I care about in these notes. A new form does not merely make the old idea prettier. Sometimes it makes a structure visible that was extremely hard to see before.

Practice / Application

  1. Explain the difference between a number and a numeral in your own words.
  2. On a number line, what is the difference between -4 and 4? What do they have in common?
  3. Explain why changing from meters to centimeters changes the number used in the measurement without changing the physical length.
  4. Use movement on a number line to explain -2 + 7.
  5. Give an example where choosing a different origin changes the coordinates but does not change the underlying geometry.

What I want you to carry forward