We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764badd commit 97340e1Copy full SHA for 97340e1
1 file changed
Mathlib/Order/Ideal.lean
@@ -679,8 +679,8 @@ theorem iSup_mem_iff {α : Sort*} [Finite α] {f : α → P} : ⨆ i, f i ∈ I
679
theorem sSup_gc : GaloisConnection (fun I : Ideal P => sSup I) fun x => principal x :=
680
fun _ _ => by simp [le_def]
681
682
-/-- If `P` admits arbitrary `sSup`, `principal` and `sSup` form a Galois coinsertion. -/
683
-@[to_dual /-- If `P` admits arbitrary `sInf`, `principal` and `sInf` form a Galois coinsertion. -/]
+/-- If `P` admits arbitrary `sSup`, `sSup` and `principal` form a Galois insertion. -/
+@[to_dual /-- If `P` admits arbitrary `sInf`, `sInf` and `principal` form a Galois coinsertion. -/]
684
def supGi : GaloisInsertion (fun I : Ideal P => sSup I) fun x => principal x :=
685
sSup_gc.toGaloisInsertion fun _ => by simp [le_sSup]
686
0 commit comments