Skip to content

Commit bd28efb

Browse files
committed
adding a note on Coxeter polynomials
1 parent 28b7af0 commit bd28efb

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
@@ -4387,6 +4387,9 @@ REFERENCES:
43874387
.. [Labelle2008] \G. Labelle. *New combinatorial computational methods
43884388
arising from pseudo-singletons.* DMTCS Proceedings 1, 2008.
43894389
4390+
.. [Lad2021] S. Ladkani. *Refined Coxeter polynomials*, Proceedings ICRA 2020,
4391+
EMS Publishing House. :arxiv:`2110.15329`
4392+
43904393
.. [Lak2010] Dan Laksov. *Splitting algebras and Gysin homomorphisms*.
43914394
Journal of Commutative Algebra, Volume 2, Number 3, Fall 2010
43924395

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)