N-ary images of sets #
This file defines Set.image2
, the binary image of sets.
This is mostly useful to define pointwise operations and Set.seq
.
Notes #
This file is very similar to Data.Finset.NAry
, to Order.Filter.NAry
, and to
Data.Option.NAry
. Please keep them in sync.
Symmetric statement to Set.image2_image_left_comm
.
Symmetric statement to Set.image_image2_right_comm
.
Symmetric statement to Set.image_image2_distrib_left
.
Symmetric statement to Set.image_image2_distrib_right
.
The other direction does not hold because of the s
-s
cross terms on the RHS.
The other direction does not hold because of the u
-u
cross terms on the RHS.
Symmetric statement to Set.image2_image_left_anticomm
.
Symmetric statement to Set.image_image2_right_anticomm
.
Symmetric statement to Set.image_image2_antidistrib_left
.
Symmetric statement to Set.image_image2_antidistrib_right
.