Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-06-23 17:57 bc3ed51b

View on Github →

chore(data/set/finite): use dot notation (#3151) Rename:

  • finite_insert to finite.insert;
  • finite_union to finite.union;
  • finite_subset to finite.subset;
  • finite_image to finite.image;
  • finite_dependent_image to finite.dependent_image;
  • finite_map to finite.map;
  • finite_image_iff_on to finite_image_iff;
  • finite_preimage to finite.preimage;
  • finite_sUnion to finite.sUnion;
  • finite_bUnion to finite.bUnion, merge with finite_bUnion' and use f : Π i ∈ s, set α instead of f : ι → set α;
  • finite_prod to finite.prod;
  • finite_seq to finite.seq;
  • finite_subsets_of_finite to finite.finite_subsets;
  • bdd_above_finite to finite.bdd_above;
  • bdd_above_finite_union to finite.bdd_above_bUnion;
  • bdd_below_finite to finite.bdd_below;
  • bdd_below_finite_union to finite.bdd_below_bUnion. Delete
  • finite_of_finite_image_on, was a copy of finite_of_fintie_image;
  • finite_bUnion': merge with finite_bUnion into finite.bUnion.

Estimated changes

deleted theorem finset.bdd_above
deleted theorem finset.bdd_below
deleted theorem set.bdd_above_finite
deleted theorem set.bdd_below_finite
added theorem set.finite.bUnion
added theorem set.finite.image
added theorem set.finite.insert
added theorem set.finite.map
added theorem set.finite.preimage
added theorem set.finite.prod
added theorem set.finite.sUnion
added theorem set.finite.seq
added theorem set.finite.subset
added theorem set.finite.union
deleted theorem set.finite_bUnion'
deleted theorem set.finite_bUnion
deleted theorem set.finite_image
added theorem set.finite_image_iff
deleted theorem set.finite_image_iff_on
deleted theorem set.finite_insert
deleted theorem set.finite_map
modified theorem set.finite_of_finite_image
deleted theorem set.finite_preimage
deleted theorem set.finite_prod
deleted theorem set.finite_sUnion
deleted theorem set.finite_seq
deleted theorem set.finite_subset
deleted theorem set.finite_union