Theorems · Theorem · logic and foundations
Set.PairwiseDisjoint.insert
∀ {α : Type u_1} {ι : Type u_4} [inst : PartialOrder α] [inst_1 : OrderBot α] {s : Set ι} {f : ι → α},
s.PairwiseDisjoint f → ∀ {i : ι}, (∀ j ∈ s, i ≠ j → Disjoint (f i) (f j)) → (insert i s).PairwiseDisjoint f- Defined in
- Mathlib.Data.Set.Pairwise.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PartialOrderOrderBot
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- PartialOrderstatement and proof · cited by 6,410
- Disjointstatement and proof · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- Set.PairwiseDisjointstatement and proof · cited by 275
- Set.pairwiseDisjoint_insertproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- Vitali.exists_disjoint_subfamily_covering_enlargementproof · cited by 3
- Finset.ruzsa_covering_addproof · cited by 2
- Finset.ruzsa_covering_mulproof · cited by 2