Mathlib Map

Theorems · Definition · group theory

AddMonoid.Coprod.swap

(M : Type u_1) →
  (N : Type u_2) → [inst : AddZeroClass M] → [inst_1 : AddZeroClass N] → AddMonoid.Coprod M N →+ AddMonoid.Coprod N M

Map AddMonoid.Coprod M N to AddMonoid.Coprod N M by applying Sum.swap to each element of the underlying list. See also AddEquiv.coprodComm for an AddEquiv version.

Defined in
Mathlib.GroupTheory.Coprod.Basic
Cited by
25 results in Mathlib
Foundations
Depth 49 from the axioms · uses propext, Quot.sound
Assumes
AddZeroClassAddZeroClass

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 by26

Results whose statement or proof uses this declaration.