CongrTheorems
📁 Source: Mathlib/Lean/Meta/CongrTheorems.lean
Statistics
Lean.Meta
Definitions
| Name | Category | Theorems |
|---|---|---|
FastIsEmpty 📖 | CompData | |
FastSubsingleton 📖 | CompData | |
fastSubsingletonElim 📖 | CompOp | — |
mkHCongrWithArity' 📖 | CompOp | — |
mkRichHCongr 📖 | CompOp | — |
withSubsingletonAsFast 📖 | CompOp | — |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
instFastIsEmptyEmpty 📖 | mathematical | — | FastIsEmpty | — | Empty.instIsEmpty |
instFastIsEmptyFalse 📖 | mathematical | — | FastIsEmpty | — | instIsEmptyFalse |
instFastIsEmptyFinOfNatNat 📖 | mathematical | — | FastIsEmpty | — | Fin.isEmpty' |
instFastSubsingleton 📖 | mathematical | — | FastSubsingleton | — | — |
instFastSubsingletonDecidable 📖 | mathematical | — | FastSubsingleton | — | — |
instFastSubsingletonFinOfNatNat 📖 | mathematical | — | FastSubsingleton | — | — |
instFastSubsingletonForall 📖 | — | FastSubsingleton | — | — | FastSubsingleton.inst |
instFastSubsingletonForallOfFastIsEmpty 📖 | mathematical | — | FastSubsingleton | — | IsEmpty.falseFastIsEmpty.inst |
instFastSubsingletonOfFastIsEmpty 📖 | mathematical | — | FastSubsingleton | — | FastIsEmpty.instIsEmpty.instSubsingleton |
instFastSubsingletonPUnit 📖 | mathematical | — | FastSubsingleton | — | — |
Lean.Meta.FastIsEmpty
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
inst 📖 | mathematical | — | IsEmpty | — | — |
Lean.Meta.FastSubsingleton
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
elim 📖 | — | — | — | — | inst |
helim 📖 | — | — | — | — | inst |
inst 📖 | — | — | — | — | — |
---