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.