#14641: Does the "promotion" method for tableaux really compute Schuetzenberger
promotion?
----------------------------------------------------------------------------+
       Reporter:  darij                                                     |   
      Owner:  tbd      
           Type:  defect                                                    |   
     Status:  new      
       Priority:  major                                                     |   
  Milestone:  sage-5.10
      Component:  PLEASE CHANGE                                             |   
 Resolution:           
       Keywords:  tableaux, partitions, combinat, jeu de taquin, promotion  |   
Work issues:           
Report Upstream:  N/A                                                       |   
  Reviewers:           
        Authors:                                                            |   
  Merged in:           
   Dependencies:                                                            |   
   Stopgaps:           
----------------------------------------------------------------------------+

Comment (by jessicapalencia):

 Hi Darij,

 So I think the 'n' in this promotion operator specifies that the highest
 entry value we are allowing in the tableau is 'n+1'. Now for standard
 tableaux, we want 'n' to be the number of boxes minus 1. But when you're
 working with semistandard tableaux, you really do need to specify this,
 since it may be that no 'n+1's are present in the tableaux, in which case
 promotion just increments all the entries.

 It would be good to change the code so that if no 'n' is specified, it
 takes n = (# boxes - 1) by default.

 I agree that the code is confusing in the case of rectangular tableaux,
 but it seems to be working correctly in the rectangular examples I've
 tried. It's likely just a computational shortcut.

 Also, I think the code isn't designed to make sense with 'n' less than the
 largest entry minus 1. So it gives nonsensical answers. Perhaps the code
 should check that 'n' is at least as big as the largest entry minus 1.

 Jessica

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14641#comment:2>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to