Formal Sciences Mathematics Updated 2026-05-22

Arithmetic

Numbers, operations, and the fundamental processes of computation — the bedrock of mathematical reasoning.

Mature 6/6 lenses 80 Schema: 1 error Formal Causal Procedural Measurable
What is its essence? What are the irreducible elements and ideal forms?
latent, essential, uniform — knowledge is the recovery of ideal forms
First Principles · Pythagoras · Plato · Aristotle
What are the axioms and definitions? What can be proven from them?
certain and deducible — knowledge is what follows necessarily from axioms
Formal / Axiomatic · Euclid · the logicians
What can be measured? What causes what? What is the evidence?
sampled from a limitless nature by measurement and cause/effect
Empirical · Bacon · Galileo · the early chemists
What is the procedure? Inputs → steps → outputs?
effective and constructible — knowledge is an executable procedure
Computational · al-Khwarizmi · Turing
What are the stocks, flows, feedback loops, and equilibria?
dynamic — knowledge is flows, feedback, and equilibrium
Cybernetic · Wiener · Bertalanffy · Forrester
How do we control it, optimize it, trade off, and make it robust?
controllable — knowledge is the ability to optimize for a goal under constraints
Control / Design · the optimizers & designers

Elements

The fundamental element of arithmetic is the number — an abstract form that represents quantity. Knowledge here is the recovery of these forms: the unit (the indivisible One), and the primes, the indivisible atoms from which every other number is composed.

Number Systems

Numbers form a hierarchy of increasing generality:

  • Even / Odd — parity classification
  • Prime — divisible only by 1 and itself
  • Integer — whole numbers including negatives
  • Rational — expressible as a ratio p/qp/q
  • Irrational — not expressible as a ratio (e.g., 2\sqrt{2})
  • Real — all points on the number line
  • Complex — numbers of the form a+bia + bi

Essential Properties

A number is a discrete quantity that can be counted.

  • Every positive integer greater than 1 is either prime or a product of primes.
  • For any two distinct positive numbers, there exists a number between them.

Axiomatic Construction

Under the deductive lens, arithmetic is not observed but derived. Following Peano, everything is built from two primitives — zero and the successor SS — and five axioms:

  1. 00 is a natural number.
  2. Every nn has a successor S(n)S(n).
  3. 00 is not the successor of any number.
  4. S(m)=S(n)    m=nS(m) = S(n) \implies m = n.
  5. Induction — if P(0)P(0) and P(n)P(S(n))P(n) \Rightarrow P(S(n)), then PP holds for all nn.

Operations as Definitions

Addition and multiplication are defined recursively, then their laws are proven:

a+0=a,a+S(b)=S(a+b)a + 0 = a, \qquad a + S(b) = S(a + b) a×0=0,a×S(b)=(a×b)+aa \times 0 = 0, \qquad a \times S(b) = (a \times b) + a

Commutativity, associativity, and distributivity are theorems, established by induction — certain, not empirical.

Measurement & Cause/Effect

Before it was axiomatized, arithmetic was the first measurement: a tally placed in correspondence with a flock, a harvest, a debt. Knowledge is sampled from the world by counting, and its laws appear as regularities in what we measure.

  • Counting assigns numbers to discrete objects in sequence — the original act of measurement.
  • Adding quantity to a heap causes its total to rise (++).
  • Partitioning a fixed quantity into more equal groups causes each group to shrink (-).

These cause/effect relationships are the empirical shadow of the operations the deductive lens defines abstractly.

Procedures

The algorithmic lens asks only: what is the effective procedure? A number is what a procedure produces; an operation is a finite sequence of steps.

Column Addition

  1. Align digits by place value.
  2. Add column-wise from the least significant digit.
  3. Carry any overflow into the next column.

Cost

  • Addition of two nn-digit numbers: O(n)O(n).
  • Schoolbook multiplication: O(n2)O(n^2); Karatsuba: O(n1.585)O(n^{1.585}).

Here “knowing arithmetic” means possessing a terminating procedure that computes it.

Arithmetic as a System

Seen cybernetically, a number system is a system: a set of elements (numbers) closed under operations that transform them, held in balance by special equilibrium elements.

  • Operations (++, ×\times) are the transformations — the system’s processes.
  • The identity element (00 for ++, 11 for ×\times) is a fixed point: applying it changes nothing.
  • The inverse restores equilibrium — a+(a)=0a + (-a) = 0.
  • Closure is the system’s boundary: operating on members yields members.

Order and composition are the dynamics; identity and inverse are the equilibria they settle toward.

Computation Under Constraint

The engineering lens treats arithmetic as something to be realized on a machine, optimized and made robust against the failures of finite hardware.

  • Floating point trades range for precision; the 53-bit mantissa bounds accuracy.
  • Round-off error accumulates — summation order matters; Kahan summation recovers lost bits.
  • Overflow / underflow must be guarded against at the edges of the representable range.

The objective is maximal accuracy and stability for a fixed bit budget — knowledge as control.

Connections

Arithmetic connects to algebra through the introduction of variables and unknowns. It connects to set theory through counting and cardinality. The calculus extends arithmetic operations to the continuous domain through limits and infinitesimals.

Back to Mathematics Narsil · A Living Encyclopedia