Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-05-04 02:29 5a91d05e

View on Github →

feat(data/finset/lattice): add sup_image (#7428) This also renames finset.map_sup to finset.sup_map to match finset.sup_insert and finset.sup_singleton. The inf versions are added too.

Estimated changes

added theorem finset.inf_image
added theorem finset.inf_map
deleted theorem finset.map_inf
deleted theorem finset.map_sup
added theorem finset.sup_image
added theorem finset.sup_map