Mathlib Map

Theorems · Theorem · group theory

Finset.pairwiseDisjoint_vadd_iff

∀ {α : Type u_2} {β : Type u_3} [inst : VAdd α β] [IsLeftCancelVAdd α β] [inst_2 : DecidableEq β] {s : Set α}
  {t : Finset β}, (s.PairwiseDisjoint fun x => x +ᵥ t) ↔ Set.InjOn (fun p => p.1 +ᵥ p.2) (s ×ˢ ↑t)
Defined in
Mathlib.Algebra.Group.Action.Pointwise.Finset
Cited by
1 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
VAddIsLeftCancelVAddDecidableEq

Around this declaration

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

Cites13

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

Cited by1

Results whose statement or proof uses this declaration.