Theorems · Theorem · order theory
Finset.SupIndep.product
∀ {α : Type u_1} {ι : Type u_3} {ι' : Type u_4} [inst : Lattice α] [IsModularLattice α] [inst_2 : OrderBot α]
{s : Finset ι} {t : Finset ι'} {f : ι × ι' → α},
(s.SupIndep fun i => t.sup fun i' => f (i, i')) →
(t.SupIndep fun i' => s.sup fun i => f (i, i')) → (s ×ˢ t).SupIndep f- Defined in
- Mathlib.Order.SupIndep
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SProd.sprodstatement · cited by 1,750
- OrderBotstatement and proof · cited by 1,055
- Latticestatement and proof · cited by 916
- Finset.supstatement and proof · cited by 530
- Finset.le_supproof · cited by 112
- IsModularLatticestatement and proof · cited by 86
- Finset.SupIndepstatement and proof · cited by 52
- Finset.sup_imageproof · cited by 28
- Finset.SupIndep.biUnionproof · cited by 4
- Finset.SupIndep.imageproof · cited by 2
- Finset.SupIndep.monoproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Finset.supIndep_product_iffproof · cited by 0