Theorems · Theorem · order theory
GaloisConnection.u_unique
∀ {α : Type u} {β : Type v} [inst : PartialOrder α] [inst_1 : Preorder β] {l : α → β} {u : β → α},
GaloisConnection l u →
∀ {l' : α → β} {u' : β → α}, GaloisConnection l' u' → (∀ (a : α), l a = l' a) → ∀ {b : β}, u b = u' b- Defined in
- Mathlib.Order.GaloisConnection.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, Quot.sound
- Assumes
- PartialOrderPreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- le_antisymmproof · cited by 2,068
- GaloisConnectionstatement and proof · cited by 253
- GaloisConnection.l_u_leproof · cited by 36
- GaloisConnection.le_uproof · cited by 15
Cited by3
Results whose statement or proof uses this declaration.
- Set.kernImage_eq_complproof · cited by 9
- GaloisConnection.u_comm_of_l_commproof · cited by 2
- subsingleton_floorRingproof · cited by 0