Theorems · Theorem · logic and foundations
Set.pairwiseDisjoint_insert
∀ {α : Type u_1} {ι : Type u_4} [inst : PartialOrder α] [inst_1 : OrderBot α] {s : Set ι} {f : ι → α} {i : ι},
(insert i s).PairwiseDisjoint f ↔ s.PairwiseDisjoint f ∧ ∀ j ∈ s, i ≠ j → Disjoint (f i) (f j)- Defined in
- Mathlib.Data.Set.Pairwise.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 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 · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- Set.PairwiseDisjointstatement · cited by 275
- Set.pairwise_insert_of_symmproof · cited by 10
Cited by3
Results whose statement or proof uses this declaration.
- Set.PairwiseDisjoint.insertproof · cited by 3
- Dynamics.coverMincard_le_netMaxcardproof · cited by 2