File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ otherwise.
9191-/
9292class 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-/
141140class 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
You can’t perform that action at this time.
0 commit comments