pith. machine review for the scientific record. sign in
def definition def or abbrev

strictNarrativeRealization

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  41def strictNarrativeRealization : StrictLogicRealization where
  42  Carrier := EventState

proof body

Definition body.

  43  Cost := Nat
  44  zeroCost := inferInstance
  45  compare := eventCost
  46  compose := eventCompose
  47  one := narrativeZero
  48  generator := incitingBeat
  49  identity_law := eventCost_self
  50  non_contradiction_law := eventCost_symm
  51  excluded_middle_law := True
  52  composition_law := True
  53  invariance_law := True
  54  nontrivial_law := by
  55    simp [eventCost, incitingBeat, narrativeZero]
  56

used by (5)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (14)

Lean names referenced from this declaration's body.