Theorems · Theorem · order theory
GaloisConnection.l_unique
∀ {α : Type u} {β : Type v} [inst : PartialOrder α] [inst_1 : Preorder β] {u : α → β} {l : β → α},
GaloisConnection l u →
∀ {u' : α → β} {l' : β → α}, GaloisConnection l' u' → (∀ (a : α), u a = u' a) → ∀ {b : β}, l b = l' b- Defined in
- Mathlib.Order.GaloisConnection.Defs
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 10 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
- GaloisConnectionstatement and proof · cited by 253
- GaloisConnection.le_u_lproof · cited by 52
- ge_antisymmproof · cited by 51
- GaloisConnection.l_leproof · cited by 28
Cited by5
Results whose statement or proof uses this declaration.
- Ideal.map_mapproof · cited by 37
- GaloisConnection.l_comm_of_u_commproof · cited by 15
- Ideal.map_idproof · cited by 11
- subsingleton_floorRingproof · cited by 0
- subsingleton_floorSemiringproof · cited by 0