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- 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.
- Multisetstatement and proof · cited by 2,627
- RightCommutativestatement and proof · cited by 17
- Multiset.foldlstatement and proof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.prod_eq_foldlproof · cited by 0