List
📁 Source: Mathlib/Logic/Equiv/List.lean
Statistics
| Metric | Count |
|---|---|
| 11 | |
| 14 | |
| Total | 25 |
Denumerable
Definitions
| Name | Category | Theorems |
|---|---|---|
denumerableList 📖 | CompOp |
Theorems
Encodable
Definitions
| Name | Category | Theorems |
|---|---|---|
decodeList 📖 | CompOp | |
encodableOfList 📖 | CompOp | — |
encodeList 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
decodeList_encodeList_eq_self 📖 | mathematical | — | decodeListencodeList | — | Nat.unpair_right_ledecodeList.eq_2Nat.unpair_pairencodek |
decode_list_succ 📖 | mathematical | — | decodeList.encodableNat.unpair | — | Nat.unpair_right_ledecodeList.eq_2 |
decode_list_zero 📖 | mathematical | — | decodeList.encodable | — | decodeList.eq_1 |
encode_list_cons 📖 | mathematical | — | encodeList.encodableNat.pair | — | — |
encode_list_nil 📖 | mathematical | — | encodeList.encodable | — | — |
length_le_encode 📖 | mathematical | — | encodeList.encodable | — | LE.le.transNat.right_le_pair |
Equiv
Definitions
| Name | Category | Theorems |
|---|---|---|
listEquivOfEquiv 📖 | CompOp | — |
listEquivSelfOfEquivNat 📖 | CompOp | — |
listNatEquivNat 📖 | CompOp | — |
listUniqueEquiv 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
listUniqueEquiv_apply 📖 | mathematical | — | DFunLike.coeEquivEquivLike.toFunLikeinstEquivLikelistUniqueEquiv | — | — |
listUniqueEquiv_symm_apply 📖 | mathematical | — | DFunLike.coeEquivEquivLike.toFunLikeinstEquivLikesymmlistUniqueEquivUnique.instInhabited | — | — |
Finset
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
countable 📖 | mathematical | — | CountableFinset | — | Function.Injective.countableMultiset.countableval_injective |
Fintype
Definitions
| Name | Category | Theorems |
|---|---|---|
toEncodable 📖 | CompOp | — |
truncEncodable 📖 | CompOp | — |
List
Definitions
| Name | Category | Theorems |
|---|---|---|
encodable 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
countable 📖 | mathematical | — | Countable | — | Encodable.countable |
Multiset
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
countable 📖 | mathematical | — | CountableMultiset | — | Quotient.countableList.countable |
---