on continuity
A day proceeds by inference, not by interruption. Each thought entails the next, the way one ridgeline yields to the one behind it.
∀t. think(t) → think(t+1)
∀x ∈ reasoning ∃y : truth(y) ⇒ clarity(x)
Three propositions, asserted without proof, from which the rest of the day follows. Each is a small embossed certainty — a stone laid before the climb.
A day proceeds by inference, not by interruption. Each thought entails the next, the way one ridgeline yields to the one behind it.
∀t. think(t) → think(t+1)
Ideas are not written on the surface; they are carved from it. The page is the material. Depth is meaning. Pressure is emphasis.
surface ≡ medium ≡ argument
Logic does not announce itself. It accrues, in lowercase, in monospace, in the steady spacing of considered claims.
volume(claim) ∝ 1 / weight(claim)
Treat reasoning as terrain. Premises are bedrock; conclusions are summits. Between them, the slow geology of inference: an outcrop here, a dry valley there, a fault line where two assumptions disagree and the argument must split.
A proof is a route across this landscape. Some routes are pleasant — gentle gradients, well-trodden paths, clear weather. Others scramble over scree and demand a rope. The discipline is not to avoid the difficult routes but to mark them honestly, so the next traveler sees where the footing is loose.
theorem (route).
let P = {p₁, p₂, …, pₙ} // premises
let q // the summit
a route from P to q is a finite, ordered
sequence of inferences rᵢ such that:
r₁ uses only P
rᵢ (i > 1) uses P ∪ {r₁, …, rᵢ₋₁}
rₙ ≡ q
∴ q is reached, in finite time, without
leaving the visible terrain.
The mountains in the margin of this site are not decoration. They are a reminder: every conclusion sits on a horizon line, and every horizon was once an open question.
claim. the day is well-ordered.
Let D denote the set of moments composing the day, equipped with the relation ≤ meaning not later than.
D = { m : m is a moment of today }
≤ : D × D → {true, false}
Reflexivity is immediate — every moment is not later than itself.
∀m ∈ D. m ≤ m
Antisymmetry holds because two moments that mutually precede one another must coincide.
m₁ ≤ m₂ ∧ m₂ ≤ m₁ ⇒ m₁ = m₂
Transitivity follows from the linearity of clocks: if dawn precedes noon, and noon precedes dusk, then dawn precedes dusk.
m₁ ≤ m₂ ∧ m₂ ≤ m₃ ⇒ m₁ ≤ m₃
Any non-empty subset S ⊆ D contains an earliest moment, by induction on the discreteness of D.
∀S ⊆ D, S ≠ ∅.
∃m* ∈ S : ∀m ∈ S. m* ≤ m
Therefore (D, ≤) is a well-ordered set, and the day — whatever else it brings — admits a beginning.
(D, ≤) ⊨ well-ordered ▪
— what was to be demonstrated.