What is the Proof that Every Ideal of Zn is Principal?

  • Thread starter Thread starter WannaBe22
  • Start date Start date
WannaBe22
Messages
73
Reaction score
0

Homework Statement


1.Prove that every ideal of Zn is principal

Homework Equations


The Attempt at a Solution



In 1-I've proved that if K is an ideal of Zn that contains an element k then it contains all the elements of the form mk (m in Zn)...But how can I prove that there are no elements that are not of the form mk?


Thanks in advance...
 
Physics news on Phys.org
Let d be the least positive integer in your ideal K. You know all integers of the form md where m is an integer is in your ideal. To prove these are the only ones assume there is some integer d' in K that is not of the form md. Then we use the division algorithm to write it on the form:
d' = qd + r
for some integer q and 0<r<d. Now can you show that r is in K? If you can you will have a contradiction since r is positive and less than d.
(this general approach works for Euclidean domains in general, and shows that Euclidean domains are principal ideal domains)
 
Well... if d' is in our ideal K then d'-qd is also in our ideal (since an ideal is also a sub-ring)... But d'-qd=qd+r-qd=r... Hence r must also be in our ideal and then we get a contradiction :)

THanks a lot!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top