Theorems · Theorem · order theory
GaloisConnection.l_comm_of_u_comm
∀ {X : Type u_2} [inst : Preorder X] {Y : Type u_3} [inst_1 : Preorder Y] {Z : Type u_4} [inst_2 : Preorder Z]
{W : Type u_5} [inst_3 : PartialOrder W] {lYX : X → Y} {uXY : Y → X},
GaloisConnection lYX uXY →
∀ {lWZ : Z → W} {uZW : W → Z},
GaloisConnection lWZ uZW →
∀ {lWY : Y → W} {uYW : W → Y},
GaloisConnection lWY uYW →
∀ {lZX : X → Z} {uXZ : Z → X},
GaloisConnection lZX uXZ → (∀ (w : W), uXZ (uZW w) = uXY (uYW w)) → ∀ {x : X}, lWZ (lZX x) = lWY (lYX x)- Defined in
- Mathlib.Order.GaloisConnection.Defs
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- PartialOrderstatement and proof · cited by 6,410
- GaloisConnectionstatement and proof · cited by 253
- GaloisConnection.composeproof · cited by 6
- GaloisConnection.l_uniqueproof · cited by 5
Cited by15
Results whose statement or proof uses this declaration.
- MonoidHom.map_closureproof · cited by 16
- AddMonoidHom.map_mclosureproof · cited by 12
- MonoidHom.map_mclosureproof · cited by 10
- AddMonoidHom.map_closureproof · cited by 8
- RingHom.map_closureproof · cited by 4
- NonUnitalStarAlgHom.map_adjoinproof · cited by 3
- StarAlgHom.map_adjoinproof · cited by 2
- RingHom.map_closureSproof · cited by 1
- RingHom.map_field_closureproof · cited by 1
- NonUnitalAlgHom.map_adjoinproof · cited by 1
- MulHom.map_mclosureproof · cited by 0
- NonUnitalRingHom.map_closureproof · cited by 0