Commit 2026-03-10 20:04 d5a55b51

View on Github →

feat(Data/Multiset/Powerset): show injectivity and monotonicity of powerset (#35465) Add Injective, Monotone, and StrictMono proofs for Multiset.powerset. Also, add a theorem showing that the sizes of two powersets are bidirectionally related to the sizes of the underlying Multisets (powerset_le_powerset_iff_le), a couple of other small Multiset.powerset lemmas, and theorems for append and map for List.Subperm. Also, thanks to Ruben Van de Velde for looking this over on the Zulip!

Estimated changes