Skip to content

Commit 97340e1

Browse files
committed
update doc
1 parent 764badd commit 97340e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Order/Ideal.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,8 @@ theorem iSup_mem_iff {α : Sort*} [Finite α] {f : α → P} : ⨆ i, f i ∈ I
679679
theorem sSup_gc : GaloisConnection (fun I : Ideal P => sSup I) fun x => principal x :=
680680
fun _ _ => by simp [le_def]
681681

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. -/]
682+
/-- If `P` admits arbitrary `sSup`, `sSup` and `principal` form a Galois insertion. -/
683+
@[to_dual /-- If `P` admits arbitrary `sInf`, `sInf` and `principal` form a Galois coinsertion. -/]
684684
def supGi : GaloisInsertion (fun I : Ideal P => sSup I) fun x => principal x :=
685685
sSup_gc.toGaloisInsertion fun _ => by simp [le_sSup]
686686

0 commit comments

Comments
 (0)