Skip to content

Commit 5986f5a

Browse files
author
Release Manager
committed
sagemathgh-40921: the poset of conjugacy classes of subgroups of the symmetric group is not a lattice (for degree at least 5) This PR fixes wording that is misleading at best. URL: sagemath#40921 Reported by: Martin Rubey Reviewer(s): Dima Pasechnik
2 parents 0a8ff57 + 152daae commit 5986f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/species.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ def _richcmp_(self, other, op):
13521352
sage: M(DihedralGroup(4)) < M(CyclicPermutationGroup(4))
13531353
True
13541354
1355-
We create the lattice of molecular species of degree four::
1355+
We create the poset of molecular species of degree four::
13561356
13571357
sage: P = Poset([M.subset(4), lambda b, c: b <= c])
13581358
sage: len(P.cover_relations())

0 commit comments

Comments
 (0)