Theorems · Theorem · group theory
Set.pairwiseDisjoint_vadd_iff
∀ {α : Type u_2} {β : Type u_3} [inst : VAdd α β] [IsLeftCancelVAdd α β] {s : Set α} {t : Set β},
(s.PairwiseDisjoint fun x => x +ᵥ t) ↔ Set.InjOn (fun p => p.1 +ᵥ p.2) (s ×ˢ t)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- VAddIsLeftCancelVAdd
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- HVAdd.hVAddstatement and proof · cited by 1,820
- SProd.sprodstatement · cited by 1,750
- VAddstatement and proof · cited by 616
- Set.InjOnstatement · cited by 543
- Set.vaddSetstatement · cited by 403
- Set.PairwiseDisjointstatement · cited by 275
- IsLeftCancelVAddstatement and proof · cited by 8
- Set.pairwiseDisjoint_image_right_iffproof · cited by 3
- IsLeftCancelVAdd.left_cancelproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Finset.pairwiseDisjoint_vadd_iffproof · cited by 1