Skip to content

Commit 152daae

Browse files
committed
the poset of conjugacy classes of subgroups of the symmetric group is not a lattice (for degree at least 5)
1 parent f4adc25 commit 152daae

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)