Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2019-12-27 14:05 c9a81b00

View on Github →

refactor(*): unify API of list/multiset/finset.prod_hom (#1820)

  • refactor(*): unify API of list/multiset/finset.prod_hom Also remove is_group_hom.map_prod; use *.prod_hom.symm or monoid_hom.map_*prod instead.
  • Update src/ring_theory/ideal_operations.lean Co-Authored-By: sgouezel sebastien.gouezel@univ-rennes1.fr
  • Restore explicit args of list.fold(l/r)_hom
  • Fix group_theory/perm/sign
  • Fix quadratic_reciprocity
  • Fix compile

Estimated changes

modified theorem list.foldl_hom
modified theorem list.foldl_map
modified theorem list.foldr_hom
modified theorem list.foldr_map
added theorem list.prod_hom
added theorem list.prod_hom_rel
added theorem nnreal.coe_list_prod
added theorem nnreal.coe_list_sum
added theorem nnreal.coe_prod
added theorem nnreal.coe_sum
deleted theorem nnreal.prod_coe
deleted theorem nnreal.sum_coe