Documentation Verification Report

BiTape

📁 Source: Cslib/Foundations/Data/BiTape.lean

Statistics

MetricCount
DefinitionsBiTape, head, instEmptyCollection, instInhabited, left, mk₁, move, move_left, move_right, nil, optionMove, right, space_used, write, BiTape
15
Theoremsempty_eq_nil, move_left_move_right, move_right_move_left, space_used_mk₁, space_used_move, space_used_write
6
Total21

Turing

Definitions

NameCategoryTheorems
BiTape 📖CompData
1 mathmath: BiTape.empty_eq_nil

Turing.BiTape

Definitions

NameCategoryTheorems
head 📖CompOp
instEmptyCollection 📖CompOp
1 mathmath: empty_eq_nil
instInhabited 📖CompOp
left 📖CompOp
mk₁ 📖CompOp
1 mathmath: space_used_mk₁
move 📖CompOp
1 mathmath: space_used_move
move_left 📖CompOp
2 mathmath: move_right_move_left, move_left_move_right
move_right 📖CompOp
2 mathmath: move_right_move_left, move_left_move_right
nil 📖CompOp
1 mathmath: empty_eq_nil
optionMove 📖CompOp
right 📖CompOp
space_used 📖CompOp
3 mathmath: space_used_move, space_used_write, space_used_mk₁
write 📖CompOp
1 mathmath: space_used_write

Theorems

NameKindAssumesProvesValidatesDepends On
empty_eq_nil 📖mathematicalTuring.BiTape
instEmptyCollection
nil
move_left_move_right 📖mathematicalmove_right
move_left
Turing.StackTape.head_cons
Turing.StackTape.cons_head_tail
Turing.StackTape.tail_cons
move_right_move_left 📖mathematicalmove_left
move_right
Turing.StackTape.head_cons
Turing.StackTape.tail_cons
Turing.StackTape.cons_head_tail
space_used_mk₁ 📖mathematicalspace_used
mk₁
Turing.StackTape.length_nil
Turing.StackTape.length_map_some
space_used_move 📖mathematicalspace_used
move
space_used_write 📖mathematicalspace_used
write

Turing.SingleTapeTM.Cfg

Definitions

NameCategoryTheorems
BiTape 📖CompOp

---

← Back to Index