List
📁 Source: Cslib/Languages/CombinatoryLogic/List.lean
Statistics
| Metric | Count |
|---|---|
DefinitionsIsChurchList, IsChurchListPair, Cons, ConsPoly, Head, HeadD, HeadDPoly, Nil, NilPoly, PrependZero, PrependZeroPoly, SuccHead, Tail, TailPoly, TailStep, TailStepPoly, toChurch | 17 |
Theoremsfst, snd, cons_correct, cons_def, headD_correct, headD_def, head_correct, head_def, nil_correct, nil_def, prependZero_correct, prependZero_def, singleton_correct, succHead_correct, tailFold_correct, tailStep_correct, tailStep_def, tail_correct, tail_def, tail_init, toChurch_cons, toChurch_correct, toChurch_nil, isChurchListPair_trans, isChurchList_trans | 25 |
| Total | 42 |
Cslib.SKI
Definitions
| Name | Category | Theorems |
|---|---|---|
IsChurchList 📖 | MathDef | |
IsChurchListPair 📖 | CompData |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
isChurchListPair_trans 📖 | mathematical | Cslib.SKIRedIsChurchListPair | IsChurchListPair | — | isChurchList_transMRed.tailIsChurchListPair.fstIsChurchListPair.snd |
isChurchList_trans 📖 | mathematical | Cslib.SKIRedIsChurchList | IsChurchList | — | parallel_mRedMRed.head |
Cslib.SKI.IsChurchListPair
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
fst 📖 | mathematical | Cslib.SKI.IsChurchListPair | Cslib.SKI.IsChurchListCslib.SKI.appCslib.SKI.Fst | — | — |
snd 📖 | mathematical | Cslib.SKI.IsChurchListPair | Cslib.SKI.IsChurchListCslib.SKI.appCslib.SKI.Snd | — | — |
Cslib.SKI.List
Definitions
| Name | Category | Theorems |
|---|---|---|
Cons 📖 | CompOp | |
ConsPoly 📖 | CompOp | — |
Head 📖 | CompOp | |
HeadD 📖 | CompOp | |
HeadDPoly 📖 | CompOp | — |
Nil 📖 | CompOp | 7 mathmath:tail_def, singleton_correct, toChurch_nil, nil_def, tail_init, nil_correct, tailFold_correct |
NilPoly 📖 | CompOp | — |
PrependZero 📖 | CompOp | |
PrependZeroPoly 📖 | CompOp | — |
SuccHead 📖 | CompOp | |
Tail 📖 | CompOp | |
TailPoly 📖 | CompOp | — |
TailStep 📖 | CompOp | |
TailStepPoly 📖 | CompOp | — |
toChurch 📖 | CompOp |
Theorems
---