Mathlib Map

Theorems · Theorem · group theory

Multiset.foldl.congr_simp

∀ {α : Type u_1} {β : Type v} (f f_1 : β → α → β) (e_f : f = f_1) [inst : RightCommutative f] (b b_1 : β),
  b = b_1 → ∀ (s s_1 : Multiset α), s = s_1 → Multiset.foldl f b s = Multiset.foldl f_1 b_1 s_1
Defined in
Mathlib.Algebra.BigOperators.Group.Multiset.Defs
Cited by
1 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext
Assumes
RightCommutative

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.