Skip to content

Commit d25b9f1

Browse files
author
Release Manager
committed
gh-40853: adding a note on Coxeter polynomials about a very non-obvious property of the Coxeter polynomials of posets. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about - [x] I have updated the documentation and checked the documentation preview. URL: #40853 Reported by: Frédéric Chapoton Reviewer(s):
2 parents 9ef5203 + bd28efb commit d25b9f1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/doc/en/reference/references/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4398,6 +4398,9 @@ REFERENCES:
43984398
.. [Labelle2008] \G. Labelle. *New combinatorial computational methods
43994399
arising from pseudo-singletons.* DMTCS Proceedings 1, 2008.
44004400
4401+
.. [Lad2021] S. Ladkani. *Refined Coxeter polynomials*, Proceedings ICRA 2020,
4402+
EMS Publishing House. :arxiv:`2110.15329`
4403+
44014404
.. [Lak2010] Dan Laksov. *Splitting algebras and Gysin homomorphisms*.
44024405
Journal of Commutative Algebra, Volume 2, Number 3, Fall 2010
44034406

src/sage/combinat/posets/posets.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4391,6 +4391,15 @@ def coxeter_polynomial(self, algorithm="sage"):
43914391
transformation. This polynomial only depends on the derived
43924392
category of modules on the poset.
43934393
4394+
.. NOTE::
4395+
4396+
By Corollary 4.3 of [Lad2021]_, this polynomial does
4397+
not depend on the order of the ordinal summands.
4398+
4399+
.. SEEALSO::
4400+
4401+
:meth:`ordinal_sum`, :meth:`ordinal_summands`
4402+
43944403
EXAMPLES::
43954404
43964405
sage: P = posets.PentagonPoset()

0 commit comments

Comments
 (0)