Theorems · Definition · logic and foundations
Set.PairwiseDisjoint
{α : Type u_1} → {ι : Type u_4} → [inst : PartialOrder α] → [OrderBot α] → Set ι → (ι → α) → PropA set is PairwiseDisjoint under f, if the images of any distinct two elements under f
are disjoint.
s.Pairwise Disjoint is (definitionally) the same as s.PairwiseDisjoint id. We prefer the latter
in order to allow dot notation on Set.PairwiseDisjoint, even though the former unfolds more
nicely.
- Defined in
- Mathlib.Data.Set.Pairwise.Basic
- Cited by
- 275 results in Mathlib
- Foundations
- Depth 5 from the axioms, rests on 24 definitions · uses no axioms
- 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
- Disjointproof · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- Function.onFunproof · cited by 570
- Set.Pairwiseproof · cited by 321
Cited by314
Results whose statement or proof uses this declaration.
- Finset.disjiUnionstatement and proof · cited by 37
- Dynamics.IsDynNetInproof · cited by 18
- Finset.card_biUnionstatement and proof · cited by 16
- AbsolutelyContinuousOnInterval.disjWithinproof · cited by 15
- Finpartition.disjointstatement · cited by 13
- Set.PairwiseDisjoint.elimstatement and proof · cited by 12
- MeasureTheory.measure_biUnion_finsetstatement and proof · cited by 11
- Finset.disjiUnion_eq_biUnionstatement and proof · cited by 11
- Finset.sum_biUnionstatement and proof · cited by 10
- Finset.sum_disjiUnionstatement and proof · cited by 10
- Set.PairwiseDisjoint.monostatement and proof · cited by 8
- Set.PairwiseDisjoint.subsetstatement and proof · cited by 8
Showing the 200 most cited of 314.