#12734: inconsistency in points of schemes
----------------------------------+-----------------------------------------
Reporter: AlexGhitza | Owner: AlexGhitza
Type: defect | Status: new
Priority: minor | Milestone: sage-5.0
Component: algebraic geometry | Keywords: scheme point
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
----------------------------------+-----------------------------------------
We have
{{{
sage: AffineSpace(2, ZZ)(ZZ)
Set of rational points of Affine Space of dimension 2 over Integer Ring
}}}
but
{{{
sage: Spec(ZZ)(ZZ)
Point on Spectrum of Integer Ring defined by the Principal ideal (1) of
Integer Ring
}}}
We should probably fix the Spec one to have the documented behavior
(return the Set of ZZ-rational points). Note of course that the current
interpretation is completely wrong, since (1) is not a prime ideal of ZZ.
This is due to the prime ideal check being disabled by default (this is
documented in a comment in the code).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12734>
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.