Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-05-06 22:41 0c8d2e28

View on Github →

chore(data/set/countable): use dot syntax here and there (#2617) Renamed:

  • exists_surjective_of_countable -> countable.exists_surjective;
  • countable_subset -> countable.mono;
  • countable_image -> countable.image;
  • countable_bUnion -> countable.bUnion;
  • countable_sUnion -> countable.sUnion;
  • countable_union -> countable.union;
  • countable_insert -> countable.insert;
  • countable_finite -> finite.countable; Add:
  • finset.countable_to_set

Estimated changes

added theorem set.countable.bUnion
added theorem set.countable.image
added theorem set.countable.insert
added theorem set.countable.mono
added theorem set.countable.sUnion
added theorem set.countable.union
deleted theorem set.countable_bUnion
deleted theorem set.countable_finite
deleted theorem set.countable_image
deleted theorem set.countable_insert
deleted theorem set.countable_sUnion
deleted theorem set.countable_subset
deleted theorem set.countable_union
added theorem set.finite.countable