Basic
📁 Source: Mathlib/Data/String/Basic.lean
Statistics
| Metric | Count |
|---|---|
| 7 | |
| 11 | |
| Total | 18 |
List
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
asString_eq 📖 | — | — | — | — | String.ofList_eq |
toList_asString 📖 | — | — | — | — | — |
String
Definitions
| Name | Category | Theorems |
|---|---|---|
LE 📖 | CompOp | |
LT' 📖 | CompOp | |
decidableLE 📖 | CompOp | — |
decidableLT' 📖 | CompOp | — |
instLinearOrder 📖 | CompOp | — |
ltb 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
asString_nil 📖 | — | — | — | — | — |
asString_toList 📖 | — | — | — | — | — |
head_empty 📖 | — | — | — | — | — |
le_iff_toList_le 📖 | mathematical | — | LEList.LE'instLinearOrderChar | — | lt_iff_toList_ltnot_lt |
lt_iff_toList_lt 📖 | mathematical | — | LT' | — | ltb.eq_defNat.instCanonicallyOrderedAddnot_lt_of_gtltb_cons_addCharList.lex_cons_iff |
ltb_cons_addChar 📖 | mathematical | — | ltb | — | ltb_cons_addChar' |
ltb_cons_addChar' 📖 | mathematical | — | ltb | — | ltb.induct_unfoldingltb.eq_1 |
ofList_eq 📖 | — | — | — | — | — |
toList_nonempty 📖 | — | — | — | — | — |
String.ltb
Definitions
| Name | Category | Theorems |
|---|---|---|
inductionOn 📖 | CompOp | — |
---