Mathlib Map

Theorems · Theorem · combinatorics

Multiset.fold_union_inter

∀ {α : Type u_1} (op : α → α → α) [hc : Std.Commutative op] [ha : Std.Associative op] [inst : DecidableEq α]
  (s₁ s₂ : Multiset α) (b₁ b₂ : α),
  op (Multiset.fold op b₁ (s₁ ∪ s₂)) (Multiset.fold op b₂ (s₁ ∩ s₂)) =
    op (Multiset.fold op b₁ s₁) (Multiset.fold op b₂ s₂)
Defined in
Mathlib.Data.Multiset.Fold
Cited by
0 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Std.CommutativeStd.AssociativeDecidableEq

Around this declaration

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

Cites4

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.