CompTypeclasses
📁 Source: Mathlib/Logic/Function/CompTypeclasses.lean
Statistics
| Metric | Count |
|---|---|
| 2 | |
| 8 | |
| Total | 10 |
CompTriple
Definitions
| Name | Category | Theorems |
|---|---|---|
IsId 📖 | CompData |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
comp 📖 | mathematical | — | CompTriple | — | — |
comp_apply 📖 | — | — | — | — | comp_eq |
comp_eq 📖 | — | — | — | — | — |
comp_inv 📖 | mathematical | — | CompTriple | — | IsId.eq_id |
instComp_id 📖 | mathematical | — | CompTriple | — | IsId.eq_id |
instId_comp 📖 | mathematical | — | CompTriple | — | IsId.eq_id |
instIsIdId 📖 | mathematical | — | IsId | — | — |
CompTriple.IsId
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
eq_id 📖 | — | — | — | — | — |
(root)
Definitions
| Name | Category | Theorems |
|---|---|---|
CompTriple 📖 | CompData |
---