#17055: Implement bijection between RC and MLT for B infinity
-------------------------------------+-------------------------------------
       Reporter:  tscrim             |        Owner:  sage-combinat
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  combinatorics      |   Resolution:
       Keywords:  crystals, rigged   |    Merged in:
  configurations, B infinity         |    Reviewers:  Ben Salisbury
        Authors:  Travis Scrimshaw   |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  181fbabd2ea8f6d11226d0c3bab21c7a67db440a
  public/crystals/b_infinity_bijection-17055|     Stopgaps:
   Dependencies:  #17054             |
-------------------------------------+-------------------------------------
Changes (by tscrim):

 * status:  needs_work => needs_review


Comment:

 Okay, it all works now.

 There seems to be something subtle going on with using the type C
 virtualization for the crystal operators and making us use the type
 C^(1)^,,n,, bijection (as opposed to the A^(2)^,,2n-1,, bijection). This
 seems to be related to the different scaling factors giving rise to
 different representations of the crystal. I always had thought this was a
 possibility, but it's good to have a confirmed example:
 {{{
 sage: RCP = RiggedConfigurations(['A',7,2], [[3,1]])
 sage: ascii_art(RCP.module_generators[0].f_string([3,4]))
 (/)  (/)  1[ ]1  -1[ ]-1
 sage: RCP = RiggedConfigurations(['C',4,1], [[3,1]])
 sage: ascii_art(RCP.module_generators[0].f_string([3,4]))
 (/)  (/)  0[ ]0  -1[ ]-1
 }}}
 (but there is still an isomorphism of [classical] crystals on the largest
 component).

--
Ticket URL: <http://trac.sagemath.org/ticket/17055#comment:11>
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.

Reply via email to