Pi
📁 Source: Mathlib/Data/List/Pi.lean
Statistics
| Metric | Count |
|---|---|
| 5 | |
| 9 | |
| Total | 14 |
List
Definitions
| Name | Category | Theorems |
|---|---|---|
pi 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
mem_pi 📖 | mathematical | — | pi | — | Multiset.pi_coeMultiset.mem_pi |
pi_cons 📖 | mathematical | — | piPi.cons | — | — |
pi_nil 📖 | mathematical | — | piPi.nil | — | — |
List.Pi
Definitions
| Name | Category | Theorems |
|---|---|---|
cons 📖 | CompOp | |
head 📖 | CompOp | |
nil 📖 | CompOp | |
tail 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
cons_def 📖 | mathematical | — | cons | — | — |
cons_eta 📖 | mathematical | — | consheadtail | — | Multiset.Pi.cons_eta |
cons_map 📖 | mathematical | — | cons | — | Multiset.Pi.cons_map |
forall_rel_cons_ext 📖 | mathematical | — | cons | — | Multiset.Pi.forall_rel_cons_ext |
Multiset
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
pi_coe 📖 | mathematical | — | piofListList.pi | — | pi_consmap_congrcoe_bind |
Multiset.Pi
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
cons_coe 📖 | mathematical | — | consMultiset.ofListList.Pi.cons | — | — |
---