File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
doc/en/reference/references Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4387,6 +4387,9 @@ REFERENCES:
4387
4387
.. [Labelle2008 ] \G . Labelle. *New combinatorial computational methods
4388
4388
arising from pseudo-singletons. * DMTCS Proceedings 1, 2008.
4389
4389
4390
+ .. [Lad2021 ] S. Ladkani. *Refined Coxeter polynomials *, Proceedings ICRA 2020,
4391
+ EMS Publishing House. :arxiv: `2110.15329 `
4392
+
4390
4393
.. [Lak2010 ] Dan Laksov. *Splitting algebras and Gysin homomorphisms *.
4391
4394
Journal of Commutative Algebra, Volume 2, Number 3, Fall 2010
4392
4395
Original file line number Diff line number Diff line change @@ -4391,6 +4391,15 @@ def coxeter_polynomial(self, algorithm="sage"):
4391
4391
transformation. This polynomial only depends on the derived
4392
4392
category of modules on the poset.
4393
4393
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
+
4394
4403
EXAMPLES::
4395
4404
4396
4405
sage: P = posets.PentagonPoset()
You can’t perform that action at this time.
0 commit comments