Theorems · Theorem · order theory
partialSups_iff_forall
∀ {α : Type u_1} {ι : Type u_3} [inst : SemilatticeSup α] [inst_1 : Preorder ι] [inst_2 : LocallyFiniteOrderBot ι]
{f : ι → α} (p : α → Prop), (∀ {a b : α}, p (a ⊔ b) ↔ p a ∧ p b) → ∀ {i : ι}, p ((partialSups f) i) ↔ ∀ j ≤ i, p (f j)- Defined in
- Mathlib.Order.PartialSups
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement · cited by 62,936
- Preorderstatement and proof · cited by 7,952
- iInfproof · cited by 1,690
- OrderHomstatement · cited by 934
- OrderDualproof · cited by 927
- SemilatticeSupstatement and proof · cited by 785
- LocallyFiniteOrderBotstatement and proof · cited by 286
- Finset.Iicproof · cited by 280
- iInf_congr_Propproof · cited by 218
- partialSupsstatement · cited by 67
- Finset.sup'_eq_supproof · cited by 35
- Finset.inf_eq_iInfproof · cited by 19
Cited by3
Results whose statement or proof uses this declaration.
- partialSups_le_iffproof · cited by 3
- disjoint_partialSups_leftproof · cited by 1
- disjoint_partialSups_rightproof · cited by 0