Theorems · Theorem · order theory
ciSup_exists_le
∀ {α : Type u_1} {ι : Sort u_4} [inst : ConditionallyCompleteLattice α] {p : ι → Prop} {f : Exists p → α},
⨆ (ih : Exists p), f ih ≤ ⨆ i, ⨆ (h : p i), f ⋯Note that equality need not hold: consider ι := Bool, p := (·), α := ℤ, f := fun _ ↦ -1,
then the LHS is -1 but the RHS is -1 ⊔ sSup ∅ = -1 ⊔ 0 = 0.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ConditionallyCompleteLattice
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.
- Setproof · cited by 53,352
- Set.rangeproof · cited by 4,705
- Set.iUnionproof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- le_reflproof · cited by 2,061
- SupSet.sSupproof · cited by 954
- IsEmptyproof · cited by 759
- ConditionallyCompleteLatticestatement and proof · cited by 364
- isEmpty_or_nonemptyproof · cited by 269
- iSup_congr_Propproof · cited by 247
- ciSup_leproof · cited by 56
- ciSup_constproof · cited by 43
Cited by2
Results whose statement or proof uses this declaration.
- le_ciInf_existsproof · cited by 0
- ciSup_existsproof · cited by 0