Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 14 years ago

Weaam gravatar image

Elements of Spec(Z)

The spectrum of the ring of integers Z consists of the prime ideals, i.e. Spec(Z)=p primepZ(0).

i1: S = Spec(ZZ)
i2: nZ = ZZ.ideal(6)
i3: S(nZ)

o3: Point on Spectrum of Integer Ring defined by the Principal ideal (6) of Integer Ring

Obviously, nZ is not a prime ideal, as 6 is composite.

i4: nZ.is_prime()
o4: False

So what does "Point on Spectrum" means exactly in Sage?

Thanks

click to hide/show revision 2
No.2 Revision

Elements of Spec(Z)

The spectrum of the ring of integers Z consists of the prime ideals, i.e. Spec(Z)=p primepZ(0).

i1: S = Spec(ZZ)
i2: nZ = ZZ.ideal(6)
i3: S(nZ)

o3: Point on Spectrum of Integer Ring defined by the Principal ideal (6) of Integer Ring

Ring
i4: nZ.is_prime() o4: False

Obviously, nZ is not a prime ideal, as 6 is composite.

i4: nZ.is_prime()
o4: False

composite. Hence by definition, it is not in Spec(Z). So what does "Point on Spectrum" means exactly in Sage?

Thanks

click to hide/show revision 3
No.3 Revision

Elements of Spec(Z)Prime ideals and "Point on Spectrum"

The spectrum of the ring of integers Z consists of the prime ideals, i.e. Spec(Z)=p primepZ(0).

i1: S = Spec(ZZ)
i2: nZ = ZZ.ideal(6)
i3: S(nZ)
o3: Point on Spectrum of Integer Ring defined by the Principal ideal (6) of Integer Ring

i4: nZ.is_prime()
o4: False

Obviously, nZ is not a prime ideal, as 6 is composite. Hence by definition, it is not in Spec(Z). So what does "Point on Spectrum" means exactly in Sage?

Thanks

Prime ideals and "Point on Spectrum"

The spectrum of the ring of integers Z consists of the prime ideals, i.e. Spec(Z)=p primepZ(0).

i1: S = Spec(ZZ)
i2: nZ = ZZ.ideal(6)
i3: S(nZ)
o3: Point on Spectrum of Integer Ring defined by the Principal ideal (6) of Integer Ring

i4: nZ.is_prime()
o4: False

Obviously, nZ is not a prime ideal, as 6 is composite. Hence by definition, it is not in Spec(Z). So what does "Point on Spectrum" means exactly in Sage?

Thanks