← Toolkit Mathematics Physics →

Patterns in Mathematics

Math

Numbers Are Marks

What is the number 3? Most people would say "three things." But what does that mean in our calculus?

A number is a pattern of marks. Specifically:

0 =   void   (nothing marked)
1 = #
2 = # #
3 = # # #
Numbers are just how many marks you've made.

This isn't a metaphor. It's a definition. "Three" means you made three marks. The marks are identical — each just says "something is here" — so their only distinguishing feature is how many of them there are.

Arithmetic Is Pattern Transformation

Once numbers are patterns, arithmetic becomes pattern transformation:

Addition

2 + 3 → 5 is just: put two marks next to three marks and count them. # # + # # # = # # # # #. Addition is juxtaposition followed by counting.

Multiplication

2 × 3 is: make an enclosure of 3 marks, and do it twice. It's nested juxtaposition — an enclosure of enclosures. Each "2 ×" creates a new level of nesting.

Calling Appears

When you add 3 + 0, you're putting three marks next to nothing. The result is still three marks. Zero is the void — it adds nothing because it is nothing. This is Calling in action: the void next to marks is just the marks.

Sets Are Enclosures

A set — like {a, b, c} — is exactly an enclosure with juxtaposed elements:

{   a   b   c   }
A set is an enclosure. Members are juxtaposed inside.

The empty set {} is the void inside an enclosure — a container with nothing in it. This is not the same as the void itself. The void has no container. The empty set has a container with nothing in it. A subtle but crucial distinction.

Logic Is Pattern Reduction

Boolean logic — AND, OR, NOT — emerges directly from the rules:

LogicLaws of FormWhy
A AND A = A## → #Calling — redundancy condenses
NOT(NOT(A)) = A[[A]] → ACrossing — boundaries cancel
A AND NOT(A) = FALSEMark inside enclosure cancelsA boundary that contradicts itself dissolves
The Deep Point

Mathematics is not a set of arbitrary rules invented by humans. It's what happens when you take marks, enclosures, and juxtaposition, and apply Calling and Crossing. The entire edifice of formal mathematics — from arithmetic through algebra to calculus and beyond — is an elaboration of these same primitives. There is no "math gene." There is only the human capacity to draw distinctions.

← Toolkit Mathematics Physics →