#14300: CyclotomicField's is_isomorphic is mathematically incorrect
-----------------------------+----------------------------------------------
   Reporter:  robharron      |             Owner:  davidloeffler  
       Type:  defect         |            Status:  new            
   Priority:  critical       |         Milestone:  sage-5.9       
  Component:  number fields  |          Keywords:  CyclotomicField
Work issues:                 |   Report Upstream:  N/A            
  Reviewers:                 |           Authors:                 
  Merged in:                 |      Dependencies:                 
   Stopgaps:                 |  
-----------------------------+----------------------------------------------
 If K is a CyclotomicField, then K.is_isomorphic(L) returns true as long as
 L is a number field and K has an embedding in to L!

 {{{
 sage: K = CyclotomicField(4)
 sage: N = K.extension(x^2-5, 'z')
 sage: K.is_isomorphic(N)
 True
 }}}

 Is there a reason that CyclotomicField overrides the generic version of
 this? I guess one could first do the quick check: if L is a
 CyclotomicField, then checking they are isomorphic just means checking
 they are both the nth cyclotomic field (I assume the n is stored somewhere
 easily accessible).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14300>
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