#9443: infinite polynomial ring is_integral_domain and is_field omit optional
argument 'proof'
---------------------------------------------------+------------------------
   Reporter:  niles                                |       Owner:  AlexGhitza   
           
       Type:  defect                               |      Status:  needs_work   
           
   Priority:  major                                |   Milestone:  sage-4.5.2   
           
  Component:  algebra                              |    Keywords:  infinite 
polynomial ring
     Author:  niles                                |    Upstream:  N/A          
           
   Reviewer:                                       |      Merged:               
           
Work_issues:  Add ticket number to commit message  |  
---------------------------------------------------+------------------------

Comment(by SimonKing):

 {{{make ptestlong}}} is not done yet. But at least I can confirm that the
 original problem is fixed:
 {{{
 sage: W = PolynomialRing(InfinitePolynomialRing(QQ,'a'),2,'x,y')
 sage: W.is_integral_domain()
 True
 sage: W = PowerSeriesRing(InfinitePolynomialRing(QQ,'a'),'x')
 sage: W
 Power Series Ring in x over Infinite polynomial ring in a over Rational
 Field
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9443#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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to