Arithmetic
Numbers, operations, and the fundamental processes of computation — the bedrock of mathematical reasoning.
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
- Irrational — not expressible as a ratio (e.g., )
- Real — all points on the number line
- Complex — numbers of the form
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 — and five axioms:
- is a natural number.
- Every has a successor .
- is not the successor of any number.
- .
- Induction — if and , then holds for all .
Operations as Definitions
Addition and multiplication are defined recursively, then their laws are proven:
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
- Align digits by place value.
- Add column-wise from the least significant digit.
- Carry any overflow into the next column.
Cost
- Addition of two -digit numbers: .
- Schoolbook multiplication: ; Karatsuba: .
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 (, ) are the transformations — the system’s processes.
- The identity element ( for , for ) is a fixed point: applying it changes nothing.
- The inverse restores equilibrium — .
- 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.