1

I want to find a primary decomposition of the ideal $$ I = (x^2,y^2,xy) \subset k[x,y]$$ where $k$ is a field.

How to proceed? Are there algorithms to find such decompositions? Where can I find them?

user26857
  • 53,190
WLOG
  • 11,798
  • 4
    In fact this ideal is already primary, being a power of the maximal ideal $(x,y)$ – zcn Jun 15 '14 at 19:30
  • zcn is right, but for algorithm and the use of it i wrote the answer below. –  Jun 16 '14 at 05:57

1 Answers1

1

Yes, there are algorithms to find such decompositions in the book "Monomial Ideals" by "Jürgen Herzog-Takayuki Hibi":

enter image description here

(I deleted the proof of uniqueness)

enter image description here

enter image description here

enter image description here

so

$I = (x^2, y^2, xy)= ( y^2, x) \cap (x^2, y)$

user26857
  • 53,190