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 Mathlib/Data/Finset/NAry.lean, Mathlib/Order/Filter/NAry.lean, and
Mathlib/Data/Option/NAry.lean. 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.