Defs
📁 Source: Cslib/Languages/CombinatoryLogic/Defs.lean
Statistics
| Metric | Count |
|---|---|
DefinitionsSKI, CommonReduct, Red, applyList, size, «term_↠_», «term_⬝_», «term_⭢_», instDecidableEqSKI, decEq, instReprSKI, repr | 12 |
TheoremsI, K, S, head, tail, ne, applyList_concat, commonReduct_head, commonReduct_tail, parallel_mRed, parallel_red | 11 |
| Total | 23 |
Cslib
Definitions
Cslib.SKI
Definitions
| Name | Category | Theorems |
|---|---|---|
CommonReduct 📖 | MathDef | |
Red 📖 | CompData | 45 mathmath:pred_def, ThAux_def, Polynomial.toSKI_correct, isZero_def, pair_def, fixedPoint_correct, mRed_of_parallelReduction, rec_zero, MRed.S, predAux_def, unpaired_def, or_def, B_def, RedexFree.no_red, redexFree_iff_mred_eq, cond_correct, and_def, rec_succ, snd_correct, redexFree_iff, le_def, R_def, H_def, rec_def, commonReduct_redexFree, fst_correct, unpaired_correct, Th_correct, rfindAboveAux_def, MRed.K, rfindAboveAux_base, MRed.I, rotL_def, del_def, mul_def, recAux_def, rfindAboveAux_step, C_def, rotR_def, add_def, Y_def, sub_def, evalStep_right_correct, Polynomial.elimVar_correct, reflTransGen_parallelReduction_mRed |
applyList 📖 | CompOp | |
size 📖 | CompOp | |
«term_↠_» 📖 | CompOp | — |
«term_⬝_» 📖 | CompOp | — |
«term_⭢_» 📖 | CompOp | — |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
applyList_concat 📖 | mathematical | — | applyListCslib.SKIapp | — | — |
commonReduct_head 📖 | mathematical | CommonReduct | app | — | MRed.head |
commonReduct_tail 📖 | mathematical | CommonReduct | app | — | MRed.tail |
parallel_mRed 📖 | mathematical | Cslib.SKIRed | app | — | MRed.headMRed.tail |
parallel_red 📖 | mathematical | Red | Cslib.SKIapp | — | — |
Cslib.SKI.MRed
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
I 📖 | mathematical | — | Cslib.SKICslib.SKI.RedCslib.SKI.appCslib.SKI.I | — | — |
K 📖 | mathematical | — | Cslib.SKICslib.SKI.RedCslib.SKI.appCslib.SKI.K | — | — |
S 📖 | mathematical | — | Cslib.SKICslib.SKI.RedCslib.SKI.appCslib.SKI.S | — | — |
head 📖 | mathematical | Cslib.SKICslib.SKI.Red | Cslib.SKI.app | — | — |
tail 📖 | mathematical | Cslib.SKICslib.SKI.Red | Cslib.SKI.app | — | — |
Cslib.SKI.Red
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
ne 📖 | — | Cslib.SKI.Red | — | — | — |
Cslib.instDecidableEqSKI
Definitions
| Name | Category | Theorems |
|---|---|---|
decEq 📖 | CompOp | — |
Cslib.instReprSKI
Definitions
| Name | Category | Theorems |
|---|---|---|
repr 📖 | CompOp | — |
---