Mathlib Map

Theorems · Definition · group theory

Finset.vadd

{α : Type u_2} → {β : Type u_3} → [DecidableEq β] → [VAdd α β] → VAdd (Finset α) (Finset β)

The pointwise sum of two finsets s and t: s +ᵥ t = {x +ᵥ y | x ∈ s, y ∈ t}.

Defined in
Mathlib.Algebra.Group.Pointwise.Finset.Scalar
Cited by
35 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqVAdd

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 by35

Results whose statement or proof uses this declaration.