Theorems · Theorem · order theory
biSup_ge_eq_sup
∀ {α : Type u_1} [inst : CompleteLattice α] {ι : Type u_8} [inst_1 : PartialOrder ι] (f : ι → α) (i : ι),
⨆ j, ⨆ (_ : j ≥ i), f j = f i ⊔ ⨆ j, ⨆ (_ : j > i), f j- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CompleteLatticePartialOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- iSupstatement and proof · cited by 2,415
- CompleteLatticestatement and proof · cited by 1,048
- iSup_congr_Propproof · cited by 247
- iSup_posproof · cited by 61
- iSup_and'proof · cited by 4
- iSup_split_singleproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Set.biUnion_geproof · cited by 0