Functor
π Source: Mathlib/Control/Functor.lean
Statistics
| Metric | Count |
|---|---|
DefinitionsAddConst, functor, mk, run, functor, instApplicativeComp, instInhabited, instPure, instSeq, map, mk, run, seq, functor, instInhabited, map, mk, mk', run, Liftp, Liftr, instInhabitedAddConst, mapConstRev, supp, Β«term_$>_Β» | 25 |
TheoremslawfulFunctor, comp_map, ext, functor_comp_id, functor_id_comp, id_map, lawfulFunctor, map_mk, run_map, run_pure, run_seq, ext, lawfulFunctor, ext, map_comp_map, map_id, of_mem_supp | 17 |
| Total | 42 |
Functor
Definitions
| Name | Category | Theorems |
|---|---|---|
AddConst π | CompOp | |
Liftp π | MathDef | |
Liftr π | MathDef | |
instInhabitedAddConst π | CompOp | β |
mapConstRev π | CompOp | β |
supp π | CompOp | |
Β«term_$>_Β» π | CompOp | β |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
ext π | β | β | β | β | β |
map_comp_map π | β | β | β | β | β |
map_id π | β | β | β | β | β |
of_mem_supp π | β | LiftpSetSet.instMembershipsupp | β | β | β |
Functor.AddConst
Definitions
| Name | Category | Theorems |
|---|---|---|
functor π | CompOp | |
mk π | CompOp | β |
run π | CompOp | β |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
lawfulFunctor π | mathematical | β | Functor.AddConstfunctor | β | Functor.Const.lawfulFunctor |
Functor.Comp
Definitions
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
comp_map π | mathematical | β | map | β | β |
ext π | β | run | β | β | β |
functor_comp_id π | mathematical | β | functor | β | Functor.extlawfulFunctor |
functor_id_comp π | mathematical | β | functor | β | Functor.extlawfulFunctor |
id_map π | mathematical | β | map | β | β |
lawfulFunctor π | mathematical | β | Functor.Compfunctor | β | id_mapcomp_map |
map_mk π | mathematical | β | Functor.Compfunctor | β | β |
run_map π | mathematical | β | runFunctor.Compfunctor | β | β |
run_pure π | mathematical | β | runFunctor.CompinstPure | β | β |
run_seq π | mathematical | β | runFunctor.CompinstSeq | β | β |
Functor.Const
Definitions
| Name | Category | Theorems |
|---|---|---|
functor π | CompOp | |
instInhabited π | CompOp | β |
map π | CompOp | β |
mk π | CompOp | β |
mk' π | CompOp | β |
run π | CompOp | β |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
ext π | β | run | β | β | β |
lawfulFunctor π | mathematical | β | Functor.Constfunctor | β | β |
---