Skip to content

Commit f72a48d

Browse files
committed
comments
1 parent 6253518 commit f72a48d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Init/Internal/Order/Basic.lean

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ otherwise.
9191
-/
9292
class CCPO (α : Sort u) extends PartialOrder α where
9393
/--
94-
`csup c` is the least upper bound of the chain `c` when all elements `x` that are at
95-
least as large as `csup c` are at least as large as all elements of `c`, and vice versa.
94+
The least upper bound of chains exists.
9695
-/
9796
has_csup {c : α → Prop} (hc : chain c) : Exists (is_sup c)
9897

@@ -140,7 +139,7 @@ A complete lattice is a partial order where every subset has a least upper bound
140139
-/
141140
class CompleteLattice (α : Sort u) extends PartialOrder α where
142141
/--
143-
The least upper bound of an arbitrary subset in the complete_lattice.
142+
The least upper bound of an arbitrary subset exists.
144143
-/
145144
has_sup (c : α → Prop) : Exists (is_sup c)
146145

0 commit comments

Comments
 (0)