Set #
This file introduces a very basic Set type, which is merely a function from the element type into Prop.
Equations
- instEmptyCollectionSet = { emptyCollection := fun (x : α) => False }
Equations
- instMembershipSet = { mem := fun (S : Set α) (a : α) => S a }
The subset relation on sets is reflexive.