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

TMSimulator

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)

 195structure TMSimulator where
 196  /-- Number of CA steps to simulate -/
 197  ca_steps : ℕ
 198  /-- Tape size (number of cells) -/
 199  tape_size : ℕ
 200  /-- TM time per CA step (linear in tape size) -/
 201  time_per_step : ℕ := tape_size

proof body

Definition body.

 202
 203/-- TM time to simulate CA -/

used by (2)

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

depends on (7)

Lean names referenced from this declaration's body.