Commit 2024-06-06 10:53 711e6be2

View on Github →

chore: Make more arguments to inter_subset_left implicit (#13445) There are a few commonplace lemmas whose explicit arguments are (almost) always inferred in practice. This means that one needs to put brackets around and feeds them underscores very often. This is annoying. Remove the explicit arguments to the six most commonplace (series of) lemmas that are like that:

  • inter_subset_left
  • inter_subset_right
  • subset_union_left
  • subset_union_right
  • Set.diff_subset/Finset.sdiff_subset
  • Function.Injective.InjOn

Estimated changes