Commit 2020-06-23 17:57 bc3ed51b
View on Github →chore(data/set/finite): use dot notation (#3151) Rename:
finite_insert
tofinite.insert
;finite_union
tofinite.union
;finite_subset
tofinite.subset
;finite_image
tofinite.image
;finite_dependent_image
tofinite.dependent_image
;finite_map
tofinite.map
;finite_image_iff_on
tofinite_image_iff
;finite_preimage
tofinite.preimage
;finite_sUnion
tofinite.sUnion
;finite_bUnion
tofinite.bUnion
, merge withfinite_bUnion'
and usef : Π i ∈ s, set α
instead off : ι → set α
;finite_prod
tofinite.prod
;finite_seq
tofinite.seq
;finite_subsets_of_finite
tofinite.finite_subsets
;bdd_above_finite
tofinite.bdd_above
;bdd_above_finite_union
tofinite.bdd_above_bUnion
;bdd_below_finite
tofinite.bdd_below
;bdd_below_finite_union
tofinite.bdd_below_bUnion
. Deletefinite_of_finite_image_on
, was a copy offinite_of_fintie_image
;finite_bUnion'
: merge withfinite_bUnion
intofinite.bUnion
.