Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2023-03-18 01:10 20715f4a

View on Github →

feat(data/set/sups): Set family operations (#18172) Followup to #17947. Add a similar set API (but do not define set.disj_sups because I don't need it), correct a few lemma names and connect to upper/lower sets.

Estimated changes

modified theorem finset.coe_infs
modified theorem finset.coe_sups
added theorem finset.empty_infs
added theorem finset.empty_sups
deleted def finset.infs
added theorem finset.infs_empty
deleted theorem finset.infs_empty_left
deleted theorem finset.infs_empty_right
added theorem finset.infs_eq_empty
deleted theorem finset.infs_eq_empty_iff
added theorem finset.infs_nonempty
deleted theorem finset.infs_nonempty_iff
modified theorem finset.infs_singleton
modified theorem finset.mem_infs
modified theorem finset.mem_sups
deleted theorem finset.nonempty.infs
deleted theorem finset.nonempty.sups
added theorem finset.singleton_infs
added theorem finset.singleton_sups
deleted def finset.sups
added theorem finset.sups_empty
deleted theorem finset.sups_empty_left
deleted theorem finset.sups_empty_right
added theorem finset.sups_eq_empty
deleted theorem finset.sups_eq_empty_iff
added theorem finset.sups_nonempty
deleted theorem finset.sups_nonempty_iff
modified theorem finset.sups_singleton
added theorem lower_closure_infs
added theorem set.empty_infs
added theorem set.empty_sups
added theorem set.forall_infs_iff
added theorem set.forall_sups_iff
added theorem set.image_inf_prod
added theorem set.image_sup_prod
added theorem set.inf_mem_infs
added theorem set.infs_assoc
added theorem set.infs_comm
added theorem set.infs_empty
added theorem set.infs_eq_empty
added theorem set.infs_left_comm
added theorem set.infs_nonempty
added theorem set.infs_right_comm
added theorem set.infs_singleton
added theorem set.infs_subset
added theorem set.infs_subset_iff
added theorem set.infs_subset_left
added theorem set.infs_subset_right
added theorem set.infs_union_left
added theorem set.infs_union_right
added theorem set.mem_infs
added theorem set.mem_sups
added theorem set.singleton_infs
added theorem set.singleton_sups
added theorem set.sup_mem_sups
added theorem set.sups_assoc
added theorem set.sups_comm
added theorem set.sups_empty
added theorem set.sups_eq_empty
added theorem set.sups_left_comm
added theorem set.sups_nonempty
added theorem set.sups_right_comm
added theorem set.sups_singleton
added theorem set.sups_subset
added theorem set.sups_subset_iff
added theorem set.sups_subset_left
added theorem set.sups_subset_right
added theorem set.sups_union_left
added theorem set.sups_union_right
added theorem upper_closure_sups