pith. machine review for the scientific record. sign in

IndisputableMonolith.Masses.Ribbons.Tick

IndisputableMonolith/Masses/Ribbons/Tick.lean · 17 lines · 1 declarations

show as:
view math explainer →

open module explainer GitHub source

Explainer status: ready · generated 2026-05-16 10:15:40.367267+00:00

   1import Mathlib
   2
   3namespace IndisputableMonolith
   4namespace Masses
   5namespace Ribbons
   6
   7/-! model -- auxiliary tick helpers for ribbon demos.
   8The predicates below support the narrative ribbon construction; they are not
   9used in any proven theorems yet. Categorised as `Model`./-
  10
  11/-- Eight‑tick clock. -/
  12abbrev Tick := Fin 8
  13
  14end Ribbons
  15end Masses
  16end IndisputableMonolith
  17

source mirrored from github.com/jonwashburn/shape-of-logic