Math / Structure
Math is the structure under the surface.
This route now branches in two directions. One branch is pure math made approachable through intuition-first pages on topology, symmetry, combinatorics, number theory, field theory, category theory, and complexity. The other branch stays close to the rest of the site’s software and design work: geometry, lattices, renderers, schedulers, and parsers. The point is not to force everything into one theory. The point is to keep the structural disciplines close enough that they can inform each other.
Math Map
These are not separate silos. They are recurring structural lenses that show up in different parts of the site and codebase, from the parser map and renderers to category-theory composition and number-theory handles.
Pure Math Routes
These pages are deliberately more textbook-like than the older route stubs. They use familiar pictures, internal anchors, and short diagrams so you can build intuition before worrying about formalism. Number theory and category theory include portable interactive diagrams, and the newer routes cross-reference the parser field guide and software pages when the ideas touch implementation.
Topology
Start with rubber-sheet intuition and learn what topology remembers when exact measurement is allowed to drift.
route: Topology intuitionSymmetry
See algebra as a family of legal motions, starting from rotations and reflections that already feel visually familiar.
route: Symmetry intuitionCombinatorics
Translate counting questions into paths, partitions, and graphs so finite structure becomes something you can actually see.
route: Combinatorics intuitionNumber Theory
See arithmetic as a texture of divisibility and recurrence, with an interactive modular clock for comparing prime and composite behavior before jumping into prime fields.
route: Modular clockField Theory
Study arithmetic habitats where inverses behave cleanly, beginning with prime fields and growing outward into extensions that later rhyme with structure-preserving maps.
route: Prime fieldsCategory Theory
Make abstraction feel lively through commuting squares, process equivalence, and parser-friendly composition thinking.
route: Commuting squareComplexity
Treat complexity as the budgeting discipline behind parser experiments, memoization, reductions, and memory tradeoffs.
route: Parser budgetsReference Studies
These studies are useful because they show repetition, volume, projection, and change over time without needing formal notation first. They pair well with the counting map, topology diagrams, and renderer route.
Software-Adjacent Routes
These remain useful if you want the places where mathematical thinking touches rendering, parsing, scheduling, and the rest of the site’s technical practice. If you arrived here through category theory or complexity, this is the software-facing half of the same conversation.
Geometry
Curvature, projection, and the Poincaré disk as a way to think about infinite space inside finite surfaces.
route: Geometry modelLattices
Partial orders, joins, meets, and the math beneath type relationships and semantic maps.
route: LatticesRenderers
The bridge between abstract signal and visible surface: transforms, light, type shaping, and pipelines.
route: RenderersSchedulers
Priority, phase, and event-loop timing when math takes the form of consequence rather than shape.
route: SchedulersParsers
Grammar and tree structure as the mathematics of turning raw text into recoverable meaning, with direct ties to composition and resource budgets.
route: Parser map