Commit 2023-10-23 12:31 cf2788d1
View on Github →feat: Pointwise set difference, complement (#7383)
Define Finset.diffs
and Finset.compls
, the pointwise set difference of two finsets and pointwise complement of a finset.
diffs
appears in the statement of the Marica-Schönheim inequality and compls
in the proof.
Also fix the corresponding statements for sups
and infs
to use the new ·
notation.