Theorems · Theorem · order theory
Set.PairwiseDisjoint.prod_left
∀ {α : Type u_1} {ι : Type u_2} {ι' : Type u_3} [inst : CompleteLattice α] {s : Set ι} {t : Set ι'} {f : ι × ι' → α},
(s.PairwiseDisjoint fun i => ⨆ i' ∈ t, f (i, i')) →
(t.PairwiseDisjoint fun i' => ⨆ i ∈ s, f (i, i')) → (s ×ˢ t).PairwiseDisjoint fIf the suprema of columns are pairwise disjoint and suprema of rows as well, then everything is
pairwise disjoint. Not to be confused with Set.PairwiseDisjoint.prod.
- Defined in
- Mathlib.Data.Set.Pairwise.Lattice
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CompleteLattice
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
- iSupstatement and proof · cited by 2,415
- SProd.sprodstatement and proof · cited by 1,750
- eq_or_neproof · cited by 1,117
- CompleteLatticestatement and proof · cited by 1,048
- Set.PairwiseDisjointstatement and proof · cited by 275
- Disjoint.monoproof · cited by 69
- le_iSup₂proof · cited by 56
- Set.mem_prodproof · cited by 32
- Prod.mk_right_injectiveproof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- Set.pairwiseDisjoint_prod_leftproof · cited by 0