#17740: Division of modules by basering elements should not pass to the fraction
field.
-------------------------------------+-------------------------------------
       Reporter:  robertwb           |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.5
      Component:  coercion           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:  u/robertwb         |       Commit:
  /coerce-div                        |  6a507b79f14c7db4f28ac841996cc2ef3d1ba71d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 My main concern is that your solution ignore iteration
 {{{
 sage: cm.get_action(GF(5)['x']['y'], ZZ, operator.div)
 Right inverse action by Fraction Field of Univariate Polynomial Ring in x
 over Finite Field of size 5 on Univariate Polynomial Ring in y over
 Univariate Polynomial Ring in x over Finite Field of size 5
 with precomposition on right by Composite map:
   From: Integer Ring
   To:   Fraction Field of Univariate Polynomial Ring in x over Finite
 Field of size 5
   Defn:   Natural morphism:
           From: Integer Ring
           To:   Finite Field of size 5
         then
           Polynomial base injection morphism:
           From: Finite Field of size 5
           To:   Univariate Polynomial Ring in x over Finite Field of size
 5
         then
           Ring Coercion morphism:
           From: Univariate Polynomial Ring in x over Finite Field of size
 5
           To:   Fraction Field of Univariate Polynomial Ring in x over
 Finite Field of size 5
 }}}

 I think that `GF(5)['x,y']` and `GF(5)['x']['y']` should behave similarly.

 Vincent

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