Theorems · Theorem · order theory
biSup_inter_of_pairwise_disjoint
∀ {α : Type u} [inst : Order.Frame α] {ι : Type u_1} {f : ι → α},
Pairwise (Function.onFun Disjoint f) → ∀ (s t : Set ι), ⨆ i ∈ s ∩ t, f i = (⨆ i ∈ s, f i) ⊓ ⨆ i ∈ t, f i- Defined in
- Mathlib.Order.CompleteBooleanAlgebra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Order.Frame
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Disjointstatement and proof · cited by 2,201
- le_antisymmproof · cited by 2,068
- SProd.sprodproof · cited by 1,750
- le_rflproof · cited by 1,558
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
- inf_le_leftproof · cited by 286
- iSup_congr_Propproof · cited by 247
- le_infproof · cited by 107
- iSup₂_leproof · cited by 96
Cited by1
Results whose statement or proof uses this declaration.
- Set.biUnion_inter_of_pairwise_disjointproof · cited by 0