Instances on pempty #
This file collects facts about algebraic structures on the (universe-polymorphic) empty type, e.g. that it is a semigroup.
Equations
- SemigroupPEmpty = { mul := fun (x x_1 : PEmpty) => PEmpty.casesOn (fun (t : PEmpty) => x = t → PEmpty) x ⋯, mul_assoc := SemigroupPEmpty._proof_1 }
Equations
- AddSemigroupPEmpty = { add := fun (x x_1 : PEmpty) => PEmpty.casesOn (fun (t : PEmpty) => x = t → PEmpty) x ⋯, add_assoc := AddSemigroupPEmpty._proof_2 }