Theorems · Theorem · order theory
GaloisConnection.l_ciSup_set_of_directedOn
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : ConditionallyCompletePartialOrderSup α]
[inst_1 : ConditionallyCompletePartialOrderSup β] {l : α → β} {u : β → α},
GaloisConnection l u →
∀ {s : Set γ} {f : γ → α},
DirectedOn (fun x1 x2 => x1 ≤ x2) (f '' s) → BddAbove (f '' s) → s.Nonempty → l (⨆ i, f ↑i) = ⨆ i, l (f ↑i)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Set.Elemstatement and proof · cited by 7,166
- Set.imagestatement and proof · cited by 5,609
- Set.Nonemptystatement and proof · cited by 2,627
- iSupstatement · cited by 2,415
- BddAbovestatement and proof · cited by 620
- DirectedOnstatement and proof · cited by 271
- GaloisConnectionstatement and proof · cited by 253
- Set.range_compproof · cited by 223
- Subtype.range_coe_subtypeproof · cited by 170
- Set.image_eq_rangeproof · cited by 57
- Set.Nonempty.to_subtypeproof · cited by 55
Cited by1
Results whose statement or proof uses this declaration.
- OrderIso.map_ciSup_set_of_directedOnproof · cited by 0