Wittgenstein · Tractatus Logico-Philosophicus · 1921

The Tractatus, computed

Wittgenstein wrote his book as numbered propositions — and a surprising number of them are formulas. The sixteen truth-functions of 5.101, everything regenerated from one operation N(ξ̄), probability as exact truth-ground ratios, numbers as exponents of an operation, and logic itself decided "by mere symbolic rules." Here they run.

▶ Press Run or /Ctrl+Enter. WebAssembly interpreter — same as the playground. interpreter: loading…
FROM THE 526-PROPOSITION BOOK PASS · 113 ASSERTIONS · 0 ENGINE CHANGES

A book that wanted to be run

These snippets are distilled from the text-driven book pass — seven scripts walking the numbered tree 1 → 7, every claim an expect(...), verified against the Ogden translation (all 526 propositions, extracted from Project Gutenberg #5740). The doctrine-driven companion is the logical-atomism pass.

1.1 · The world is the totality of facts, not of things

Introduce a new object and no truth changes; assert a new fact and the world grows. And the totality determines what is not the case (2.05) — absence is closed-world, not mystery.

world_of_facts.axOpen in Playground ↗

4.27 / 4.42 · Counting the possible

Wittgenstein gives the combinatorics as sums: Kn = Σ C(n,ν) truth-possibilities of n elementary propositions, and Ln = Σ C(Kn,κ) possible propositions over them. Both formulas, computed as written.

combinatorics.axOpen in Playground ↗

5.101 · The sixteen truth-functions

Proposition 5.101 is a table: every truth-function of two elementary propositions with its truth-condition code, rows running (T,T), (F,T), (T,F), (F,F). The codes below are transcribed from the book and recomputed — all sixteen are checked in the full script.

sixteen.axOpen in Playground ↗

5.5 / 5.502 · Everything from N(ξ̄)

"Every truth-function is a result of the successive application to elementary propositions of the operation N(ξ̄)."— Tractatus 5.5

N takes a multiplicity of propositions and denies them all. One operation regenerates negation, disjunction, conjunction, implication — and the two limiting cases.

n_operator.axOpen in Playground ↗

5.15 · Probability, before Kolmogorov

The measure r gives to s is the ratio of shared truth-grounds to r's truth-grounds — and because Axioma's / is exact rational arithmetic, the answers come out as the fractions Wittgenstein wrote: independent elementaries give each other 1/2 (5.152), entailment gives 1, a disjunction gives its conjunction 1/3.

probability.axOpen in Playground ↗

6.02 / 6.241 · "A number is the exponent of an operation"

Ω⁰'x = x; Ων+1'x = Ω'Ων'x. Numbers arise as iteration counts — and 6.241's proof of 2 × 2 = 4 says (Ω²)² = Ω⁴ for any operation. Try it with two different Ω.

number.axOpen in Playground ↗

6.126 · Calculemus, 1921

"Whether a proposition belongs to logic can be determined … by mere symbolic rules." "Proof in logic is only a mechanical expedient to facilitate the recognition of tautology."— Tractatus 6.126, 6.1262

So let the machine determine it: φ is a tautology exactly when ¬φ excludes every truth-possibility, and the engine's propositional decider ([logic/sat], a DPLL) settles that mechanically. And where logic ends, so does necessity: the sun rising tomorrow is "an hypothesis" (6.36311) — on the grounding ladder it lands as a defeasible conjecture, cancellable, while the tautology survives everything (6.37: only logical necessity).

calculemus.axOpen in Playground ↗

6.41 / 6.43 / 7 · Value, limits, silence

"In the world there is no value" — a bare fact is axiologically silent until an agent judges from outside. And 6.43: good willing changes the limits of the world, not the facts — after the judgment, the fact extent is untouched; only the overlay differs. "The world of the happy is quite another than that of the unhappy."

value_outside.axOpen in Playground ↗

The same architecture carries Spinoza's "good and bad indicate no positive quality in things" — see the Ethics study. Whereof one cannot compute, thereof the pass keeps an honest gap ledger.

Go deeper

Seven scripts, 113 assertions, every proposition quoted at its site — plus the doctrine-driven logical-atomism companion (picture theory, colour exclusion, and the doctrine's own collapse).