Principia Orthogona · Foundation

Chapter Zero

What You Need to Know Before Any Other Chapter

If a book makes no sense, it is often not because the book is hard.
It is because something came before that book—something smaller, simpler—that was skipped.

This chapter is for you if:

• You've read something in this series and felt lost
• You learned math in English-as-a-Second-Language class, not in a math class
• Someone says "2 + 2" and you're not sure what they're asking
• You want to understand but the words keep getting in the way

This is not remedial. You are not behind. What's below is simply the four foundational ideas that every other chapter in this series assumes you already know. Once you have these four, everything else becomes reachable.


The Four Foundations

Every chapter in Books 3, 8, and 9 uses four operators: C, K, F, and U. These operators describe how things work, grow, change, and repeat. But before you meet the operators themselves, you need to understand four simpler ideas that make those operators possible.

1. What is a Variable?

A variable is a name for something that can change.

When we write x = 5, we are not solving a puzzle. We are saying: "Let's call this thing x. Right now, it has the value 5." The x is the name. The 5 is the value it holds today.

Variables matter because compression (C) works by using names. A single rule, written once, can then apply to many things. That is what a variable does.

Example: A Heartbeat

Your heart pumps blood. Each pump is one beat. Let's call the number of beats per minute bpm.

Right now, your bpm might be 72. Later, it might be 85 during exercise. The bpm is the name (the variable). The 72 and 85 are the values it takes at different times.

We don't have to say "72 beats per minute" and "85 beats per minute" separately. We can write one rule using bpm, and it works for all heartbeats, all people, all times.

Check It Yourself

What is a variable? It's a name for something that can be different at different times or in different situations.

Example: Let T = temperature in the room. When you enter, T might be 20°C. When you turn on the heat, T becomes 22°C. Same variable T. Different values.


2. What Does = Mean?

The equals sign (=) means "these two things have the same value, right now."

When you write 2 + 2 = 4, you are saying: "If I count 2 things, then count 2 more things, I end up with 4 things total. The left side and the right side describe the same amount."

Equals is not a machine that produces an answer. It is a statement that can be true or false. You can check whether it's true by counting, measuring, or calculating.

Example: A Bank Account

You have 100 dollars. You earn 50 more dollars. Now you have 150 dollars.

We write: 100 + 50 = 150

This is not a question. It's a statement. We're saying: "100 dollars plus 50 dollars is the same as having 150 dollars." It's true because you can count the money and verify it.

Check It Yourself

Is this true? 3 + 3 = 6

Count: ooo + ooo = oooooo. Three circles, plus three circles, gives six circles. True.

Is this true? 3 + 3 = 7

Count: ooo + ooo = oooooo. That's six, not seven. False.


3. What is an Operation?

An operation is a way to transform something into something else, and you can check that the transformation happened.

Addition is an operation: it takes two numbers and combines them into one. Multiplication is an operation: it takes two numbers and multiplies them. Folding is an operation: it takes a piece of paper and folds it. In every case, you can see or count or measure the result.

This is what F (the fold operator) means: a change that you can verify happened. It's not invisible. You can check it.

Example: Squaring a Number

Take a number. Multiply it by itself. That's the operation of squaring.

3 × 3 = 9

You can verify this: count three rows of three dots, and you get nine dots in a square.

●●●
●●●
●●● = 9 dots arranged in a square.

Check It Yourself

What is 5 × 5?

Draw five rows of five dots. Count them. You should get 25.

Why can you check this? Because the operation (multiplying) produces something visible (a square of dots) that you can count.


4. Why Do Powers Matter?

A power tells you how many times to repeat an operation.

When we write (2 to the power of 3), we mean: "Multiply 2 by itself 3 times: 2 × 2 × 2 = 8"

Powers matter because scale (U) works by repetition. If something grows by doubling each time, you can describe that growth as powers of 2. If something splits into 4 copies each generation, that's powers of 4. The same structure at different scales.

Example: Bacterial Growth

One bacterium divides into 2. Each of those divides into 2. Now you have 4. Each of those divides into 2. Now you have 8.

After 1 division: 2¹ = 2
After 2 divisions: 2² = 4
After 3 divisions: 2³ = 8

One rule (each bacterium splits into 2), applied over and over, generates the whole sequence.

Check It Yourself

What is ? That means 3 × 3 = 9.

What is ? That means 3 × 3 × 3. First, 3 × 3 = 9. Then, 9 × 3 = 27.

Why does this matter? If something triples in size every year, you can describe it as powers of 3. It's a compressed way to describe repetition.

Now You're Ready

These four ideas—variables, equals, operations, and powers—are the floor that every other chapter stands on. You have now heard them in the clearest possible way, grounded in things you can count and verify with your own eyes.

The Prelude to Book 3 will introduce the four operators (C, K, F, U) and show you how they work. But now you know that:

Everything from here forward builds on these four. Nothing in this series will ask you to trust something you cannot verify. Every claim, every equation, every transformation—you can check it yourself. That is the entire promise of this work.

What's Next?
Read the Prelude

You're ready now. Go to the Prelude of Book 3 (The Mini-Beast), where you'll meet the four operators in full color. They're the same operators you just heard about—just expanded into the complete framework that runs everything this series discusses.

Read the Prelude →
Found a Mistake?

Good catch. We left mistakes for the best students to find. If you spot an error—a typo, a wrong calculation, a confusing explanation—that's evidence you understand the material deeply enough to know when something doesn't fit.

Here's how to get credit: Open a GitHub Pull Request with your fix. Include what was wrong and what the correction should be. Link to the relevant chapter. We'll review it, merge it, and give you credit in the acknowledgments.

This is not extra credit. Finding and fixing errors is part of the work. You become a co-author the moment you correct something real.

← Home Prelude →