Background
I have been confused about a particular definition in the textbook for my abstract algebra class, Ideals, Varieties, and Algorithms by Cox, Little, and O'Shea. It is frustrating because I feel that I have a partial grasp on what the definition is trying to say, but when it comes down to it I simply find my confused. So, instead of suffering by myself for any longer with this definition, I have decided to turn to you lovely folks to help me understand this seemingly simple concept.
What I Understand
First off, I understand (at least in the context of this book) what an ideal is. The definition my book gives for an ideal is
Definition. A subset $I\subseteq k[x_1,..., x_n]$ is an ideal if it satisfies:
(i) $0\in I$.
(ii) If $f,g\in I$, then $f+g\in I$.
(iii) If $f\in I$ and $h\in k[x_1,...,x_n]$, then $hf\in I$.
I find this to be a simple, easy to understand definition. My problem, however, arises a few lines later when they define an ideal generated by a finite number of polynomials.
What I Don't Understand
And now, I give you the definition that has been causing me an incredible amount of confusion and frustration.
Definition. Let $f_1,...,f_s$ be polynomials in $k[x_1,...,x_n]$. Then we set $$\langle f_1,...,f_s \rangle=\Big\lbrace \sum_{i=1}^s h_if_i \ | \ h_1,...,h_s\in k[x_1,...,x_n] \Big\rbrace.$$
I know what you are thinking. How does he not understand this? I wish I knew the answer to that question, but in the meantime, can someone please help me visualize what this set looks like? I understand that $\langle f_1,...,f_s \rangle$ is an ideal, but I don't understand its structure, if that makes sense. In other words, I can't visualize this definition in a way that makes sense to me. The authors do make a slightly helpful note, saying that "we can think of $\langle f_1,...,f_s \rangle$ as consisting of all 'polynomial consequences' of the equations $f_1=f_2=...=f_s=0$."
To elaborate a little more on my confusion, what I'm asking for is a less "compact" definition. When I read this definition, for whatever reason the only thing I can come up with is $$f_1h_1+f_2h_2+...+f_sh_s.$$ But that doesn't make sense, because $\langle f_1,...,f_s \rangle$ is supposed to generate a set, not just a single polynomial.
As always, thank you all for your time. If you find this to be a stupid or silly question, then I'm sorry to have disappointed you -- I'm a slow learner, and I get hung up on stupid things sometimes.
Oh, and Happy Halloween!
Would it help to see the see the set with explicit polynomials in place of the $f_1, f_2, \dots, f_n$?
For example, lets look at an explicit example when $n = 2$, so an ideal generated by 2 polynomials. Also, we'll work in a polynomial ring in two variables over $k$, i.e. $k[x,y]$.
Here is the ideal generated by the polynomials $x^2 - 1$, $yx+x$.$$\langle \, x^2 - 1, \, yx+x \, \rangle = \{ \, f\cdot(x^2 - 1) + g\cdot(yx + x) \, | \, f,g \in k[x,y] \, \}.$$
So the elements of the set are any polynomial that can be written in the form $f \cdot (x^2 - 1) + g \cdot (yx+x)$. But we can choose $f,g$ to be $\textit{any}$ polynomial we want. For example, we know $x^2 - 1$ itself is in that set because we can choose $f = 1, g = 0$. We also know that the polynomial $x^3-x+yx ^2 + x^2$ is in the set, because we can choose $f = x, g = x$.
If you are familiar with linear algebra you can maybe, in a way, draw a connection between an ideal generated by polynomials and the span of a set of vectors. You can think of it as, the set of all things that can be made from the objects defining it.