Theorems · Theorem · order theory
DirectedOn.csInf_lt_of_lt
∀ {α : Type u_1} [inst : ConditionallyCompletePartialOrderInf α] {s : Set α} {a b : α},
DirectedOn (fun x1 x2 => x2 ≤ x1) s → BddBelow s → a ∈ s → a < b → sInf s < bsInf s < b when there is an element a in s with a < b, when s is bounded below.
This is essentially an iff, except that the assumptions for the two implications are
slightly different (one needs boundedness below for one direction, nonemptiness and linear
order for the other one), so we formulate separately the two implications, contrary to
the CompleteLattice case.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
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.
- Setstatement and proof · cited by 53,352
- InfSet.sInfstatement · cited by 935
- BddBelowstatement and proof · cited by 401
- DirectedOnstatement and proof · cited by 271
- ConditionallyCompletePartialOrderInfstatement and proof · cited by 51
- lt_of_lt_of_le'proof · cited by 15
- DirectedOn.csInf_leproof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.