Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/doc/en/reference/references/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4387,6 +4387,9 @@ REFERENCES:
.. [Labelle2008] \G. Labelle. *New combinatorial computational methods
arising from pseudo-singletons.* DMTCS Proceedings 1, 2008.

.. [Lad2021] S. Ladkani. *Refined Coxeter polynomials*, Proceedings ICRA 2020,
EMS Publishing House. :arxiv:`2110.15329`

.. [Lak2010] Dan Laksov. *Splitting algebras and Gysin homomorphisms*.
Journal of Commutative Algebra, Volume 2, Number 3, Fall 2010

Expand Down
9 changes: 9 additions & 0 deletions src/sage/combinat/posets/posets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4391,6 +4391,15 @@ def coxeter_polynomial(self, algorithm="sage"):
transformation. This polynomial only depends on the derived
category of modules on the poset.

.. NOTE::

By Corollary 4.3 of [Lad2021]_, this polynomial does
not depend on the order of the ordinal summands.

.. SEEALSO::

:meth:`ordinal_sum`, :meth:`ordinal_summands`

EXAMPLES::

sage: P = posets.PentagonPoset()
Expand Down
Loading