Documentation Verification Report

StackTape

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

Statistics

MetricCount
DefinitionsStackTape, cons, head, instEmptyCollection, instInhabited, length, map_some, nil, tail, toList
10
Theoremscons_head_tail, cons_none_nil_toList, cons_some_toList, empty_eq_nil, eq_iff, head_cons, length_cons_le, length_cons_none, length_cons_some, length_map_some, length_nil, length_tail_le, nil_toList, tail_cons, toList_getLast?_ne_some_none
15
Total25

Turing

Definitions

NameCategoryTheorems
StackTape 📖CompData
1 mathmath: StackTape.empty_eq_nil

Turing.StackTape

Definitions

NameCategoryTheorems
cons 📖CompOp
8 mathmath: head_cons, length_cons_some, cons_none_nil_toList, length_cons_none, tail_cons, length_cons_le, cons_some_toList, cons_head_tail
head 📖CompOp
3 mathmath: head_cons, cons_head_tail, eq_iff
instEmptyCollection 📖CompOp
1 mathmath: empty_eq_nil
instInhabited 📖CompOp
length 📖CompOp
6 mathmath: length_tail_le, length_cons_some, length_cons_none, length_map_some, length_cons_le, length_nil
map_some 📖CompOp
1 mathmath: length_map_some
nil 📖CompOp
4 mathmath: cons_none_nil_toList, empty_eq_nil, nil_toList, length_nil
tail 📖CompOp
4 mathmath: length_tail_le, tail_cons, cons_head_tail, eq_iff
toList 📖CompOp
3 mathmath: cons_none_nil_toList, cons_some_toList, nil_toList

Theorems

NameKindAssumesProvesValidatesDepends On
cons_head_tail 📖mathematicalcons
head
tail
eq_iff
head_cons
tail_cons
cons_none_nil_toList 📖mathematicaltoList
cons
nil
cons_some_toList 📖mathematicaltoList
cons
empty_eq_nil 📖mathematicalTuring.StackTape
instEmptyCollection
nil
eq_iff 📖mathematicalhead
tail
head_cons 📖mathematicalhead
cons
length_cons_le 📖mathematicallength
cons
length_cons_none 📖mathematicallength
cons
length_cons_some 📖mathematicallength
cons
length_map_some 📖mathematicallength
map_some
length_nil 📖mathematicallength
nil
length_tail_le 📖mathematicallength
tail
nil_toList 📖mathematicaltoList
nil
tail_cons 📖mathematicaltail
cons
toList_getLast?_ne_some_none 📖

---

← Back to Index