cubical icon indicating copy to clipboard operation
cubical copied to clipboard

Additions to the powerset module

Open rahulc29 opened this issue 2 years ago • 2 comments

I believe the following additions could be made to the Powerset module :

  1. [x] A ∈ₚ operator that produces an hProp for x ∈ₚ A rather than a general type
  2. [x] Binary unions and intersections
  3. [x] Indexed unions and intersections
  4. [x] A separate type for "inhabited subsets"
  5. [x] The complement of a subset

While these are easy to define I found consistently needing these and believe others could benefit from it too.

I'd be happy to drop in a PR.

rahulc29 avatar Sep 14 '23 15:09 rahulc29