#18686: Tableaux: remove false theorem I stated about Bender-Knuth involutions
-------------------------------------+-------------------------------------
Reporter: darij | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-6.8
Component: combinatorics | Resolution:
Keywords: tableaux, bender- | Merged in:
knuth involutions, sage-combinat, | Reviewers:
beginner | Work issues:
Authors: Darij Grinberg | Commit:
Report Upstream: N/A | cda0403517f0261efc355d0997eb303424242bd6
Branch: | Stopgaps:
u/darij/benderknuth |
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by tscrim):
Could we use some for loops?
{{{
sage: p = lambda t, k:
t.bender_knuth_involution(k).bender_knuth_involution(k + 1)
sage: t = Tableau([[1,2,2],[3,4]])
sage: x = t
sage: for i in range(6): x = p(x, 2)
sage: x
[[1, 2, 3], [2, 4]]
sage: x == t
False
}}}
If you agree and make these changes, you can set a positive review on my
behalf.
--
Ticket URL: <http://trac.sagemath.org/ticket/18686#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.