Theorems · Theorem · order theory
GaloisConnection.compose
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ] {l1 : α → β}
{u1 : β → α} {l2 : β → γ} {u2 : γ → β},
GaloisConnection l1 u1 → GaloisConnection l2 u2 → GaloisConnection (l2 ∘ l1) (u1 ∘ u2)- Defined in
- Mathlib.Order.GaloisConnection.Defs
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- GaloisConnectionstatement and proof · cited by 253
Cited by6
Results whose statement or proof uses this declaration.
- Ideal.map_mapproof · cited by 37
- GaloisConnection.l_comm_of_u_commproof · cited by 15
- PrimeSpectrum.gc_setproof · cited by 7
- ProjectiveSpectrum.gc_setproof · cited by 6
- Ideal.IsHomogeneous.iff_existsproof · cited by 2
- GaloisConnection.u_comm_of_l_commproof · cited by 2