@[implicit_reducible]
Equations
- instEmptyCollectionSet = { emptyCollection := fun (x : α) => False }
@[implicit_reducible]
Equations
- instMembershipSet = { mem := fun (S : Set α) (a : α) => S a }
@[implicit_reducible]
Equations
- Set.powerset α S x = (x ⊆ S)