Mathlib Map

Theorems · Theorem · group theory

Multiset.noncommFold_cons

∀ {α : Type u_3} (op : α → α → α) [assoc : Std.Associative op] (s : Multiset α) (a : α)
  (h : {x | x ∈ a ::ₘ s}.Pairwise fun x y => op x y = op y x) (h' : {x | x ∈ s}.Pairwise fun x y => op x y = op y x)
  (x : α), Multiset.noncommFold op (a ::ₘ s) h x = op a (Multiset.noncommFold op s h' x)
Defined in
Mathlib.Data.Finset.NoncommProd
Cited by
0 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Std.Associative

Around this declaration

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

Cites7

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.