Theorems · Theorem · order theory
Finset.supIndep_product_iff
∀ {α : Type u_1} {ι : Type u_3} {ι' : Type u_4} [inst : Lattice α] [IsModularLattice α] [inst_2 : OrderBot α]
{s : Finset ι} {t : Finset ι'} {f : ι × ι' → α},
(s.product t).SupIndep f ↔
(s.SupIndep fun i => t.sup fun i' => f (i, i')) ∧ t.SupIndep fun i' => s.sup fun i => f (i, i')- Defined in
- Mathlib.Order.SupIndep
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Disjointproof · cited by 2,201
- SProd.sprodproof · cited by 1,750
- OrderBotstatement and proof · cited by 1,055
- Latticestatement and proof · cited by 916
- Finset.imageproof · cited by 910
- Finset.supstatement and proof · cited by 530
- IsModularLatticestatement and proof · cited by 86
- Finset.SupIndepstatement and proof · cited by 52
- Finset.sup_imageproof · cited by 28
- Finset.productstatement and proof · cited by 6
- Finset.sup_product_leftproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.