You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(Topology/Algebra/InfiniteSum): lemmas about tprods in a GroupWithZero (#23803)
Show that a sequence with a zero term is always multipliable, and a congruence lemma for `Multipliable` for eventually-equal sequences. (We have [Multipliable.congr_cofinite](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Topology/Algebra/InfiniteSum/Group.html#Multipliable.congr_cofinite) but that requires the target to be a group under multiplication, which is never satisfied for the underlying multiplicative monoid of a ring; so this new lemma is useful for manipulating products valued in rings / fields.)
0 commit comments