Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-07-15 11:42 a41a3074

View on Github →

refactor(topology/algebra/infinite_sum): review (#3371)

Rename

  • has_sum_uniquehas_sum.unique;
  • summable.summable_comp_of_injectivesummable.comp_injective;
  • has_sum_iff_tendsto_nat_of_summablesummable.has_sum_iff_tendsto_nat;
  • tsum_eq_has_sumhas_sum.tsum_eq;
  • support_compsupport_comp_subset, delete support_comp';

Change arguments

  • tsum_eq_tsum_of_ne_zero_bij, has_sum_iff_has_sum_of_ne_zero_bij: use functions from support instead of Π x, f x ≠ 0 → β;

Add

  • indicator_compl_add_self_apply, indicator_compl_add_self;
  • indicator_self_add_compl_apply, indicator_self_add_compl;
  • support_subset_iff, support_subset_iff';
  • support_subset_comp;
  • support_prod_mk;
  • embedding.coe_subtype;

Estimated changes

added theorem equiv.tsum_eq
added theorem finset.tsum_subtype
added theorem has_sum.add_compl
added theorem has_sum.compl_add
deleted theorem has_sum.has_sum_ne_zero
modified theorem has_sum.has_sum_of_sum_eq
modified theorem has_sum.mul_left
modified theorem has_sum.neg
added theorem has_sum.prod_fiberwise
modified theorem has_sum.sigma_of_has_sum
added theorem has_sum.tsum_eq
added theorem has_sum.unique
deleted theorem has_sum_hom
modified theorem has_sum_iff_has_sum
deleted theorem has_sum_of_iso
deleted theorem has_sum_subtype_iff'
deleted theorem has_sum_subtype_iff
deleted theorem has_sum_unique
added theorem sum_add_tsum_compl
deleted theorem sum_add_tsum_subtype
added theorem summable.add_compl
added theorem summable.compl_add
added theorem summable.prod_factor
added theorem summable.prod_symm
added theorem summable.subtype
deleted theorem summable_subtype_iff
added theorem tsum_add_tsum_compl
added theorem tsum_comm'
added theorem tsum_comm
deleted theorem tsum_eq_has_sum
deleted theorem tsum_eq_tsum_of_iso
deleted theorem tsum_eq_tsum_of_ne_zero
modified theorem tsum_eq_tsum_of_ne_zero_bij
modified theorem tsum_eq_zero_add
deleted theorem tsum_equiv
added theorem tsum_prod'
added theorem tsum_prod
deleted theorem tsum_subtype_eq_sum
modified theorem tsum_zero