Lemmas
📁 Source: Batteries/Data/DList/Lemmas.lean
Statistics
| Metric | Count |
|---|---|
| Definitions | 0 |
| 9 | |
| Total | 9 |
Batteries.DList
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
ofList_toList 📖 | mathematical | — | ofListtoList | — | — |
ofThunk_coe 📖 | mathematical | — | ofThunkofList | — | — |
singleton_eq_ofThunk 📖 | mathematical | — | singletonofThunk | — | — |
toList_append 📖 | mathematical | — | toListBatteries.DListinstAppend | — | invariant |
toList_cons 📖 | mathematical | — | toListcons | — | — |
toList_empty 📖 | mathematical | — | toListempty | — | — |
toList_ofList 📖 | mathematical | — | toListofList | — | — |
toList_push 📖 | mathematical | — | toListpush | — | invariant |
toList_singleton 📖 | mathematical | — | toListsingleton | — | — |
---