Skip to content

Commit f22a626

Browse files
committed
doc(Order): fix typos (leanprover-community#37519)
1 parent 7c4a4e9 commit f22a626

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Order/Birkhoff.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If `α` is moreover a distributive lattice:
2929
elements.
3030
* `OrderEmbedding.birkhoffSet`, `OrderEmbedding.birkhoffFinset`: Order embedding of `α` into the
3131
powerset lattice of its irreducible elements.
32-
* `LatticeHom.birkhoffSet`, `LatticeHom.birkhoffFinet`: Same as the previous two, but bundled as
32+
* `LatticeHom.birkhoffSet`, `LatticeHom.birkhoffFinset`: Same as the previous two, but bundled as
3333
an injective lattice homomorphism.
3434
* `exists_birkhoff_representation`: `α` embeds into some powerset algebra. You should prefer using
3535
this over the explicit Birkhoff embedding because the Birkhoff embedding is littered with

Mathlib/Order/ConditionallyCompletePartialOrder/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ConditionallyCompletePartialOrderSup (α : Type*)
6363
isLUB_csSup_of_directed :
6464
∀ s, DirectedOn (· ≤ ·) s → s.Nonempty → BddAbove s → IsLUB s (sSup s)
6565

66-
/-- Conditionally complete partial orders (with suprema and infimae) are partial orders
66+
/-- Conditionally complete partial orders (with suprema and infima) are partial orders
6767
where every nonempty, directed set which is bounded above (respectively, below) has a
6868
least upper (respectively, greatest lower) bound. -/
6969
class ConditionallyCompletePartialOrder (α : Type*)

0 commit comments

Comments
 (0)