Theorems · Theorem · logic and foundations
Set.pairwiseDisjoint_image_right_iff
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {f : α → β → γ} {s : Set α} {t : Set β},
(∀ a ∈ s, Function.Injective (f a)) →
((s.PairwiseDisjoint fun a => f a '' t) ↔ Set.InjOn (fun p => f p.1 p.2) (s ×ˢ t))The partial images of a binary function f whose partial evaluations are injective are pairwise
disjoint iff f is injective .
- Defined in
- Mathlib.Data.Set.Pairwise.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Set.imagestatement and proof · cited by 5,609
- SProd.sprodstatement and proof · cited by 1,750
- Set.InjOnstatement and proof · cited by 543
- Set.mem_image_of_memproof · cited by 371
- Set.PairwiseDisjointstatement and proof · cited by 275
- disjoint_iff_inf_leproof · cited by 64
- Set.mk_mem_prodproof · cited by 31
- Set.not_disjoint_iffproof · cited by 30
- Set.PairwiseDisjoint.elimproof · cited by 12
Cited by3
Results whose statement or proof uses this declaration.
- Set.pairwiseDisjoint_vadd_iffproof · cited by 1
- Finset.pairwiseDisjoint_smul_iff₀proof · cited by 0
- Set.pairwiseDisjoint_smul_iffproof · cited by 0