Mathlib Map

Theorems · Definition · number theory

Finset.mulETransformRight

{α : Type u_1} → [DecidableEq α] → [Group α] → α → Finset α × Finset α → Finset α × Finset α

An e-transform. Turns (s, t) into (s ∪ s • e, t ∩ e⁻¹ • t). This reduces the product of the two sets.

Defined in
Mathlib.Combinatorics.Additive.ETransform
Cited by
10 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqGroup

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.

Cited by10

Results whose statement or proof uses this declaration.