When would I want to use a tensor product? For example, say I am trying to derive "something" but, to get to the right derivation, I should use the tensor product.
The question comes from quantum computing, but I'm more interested in understanding the context of when to use it. If someone could answer this by a) focusing more of "what it does", and b) by providing a very simple example that showcases the intuition, then very much appreciated.
Also, I have the definition of the tensor product on hand, but--if I didn't make it obvious enough--I don't understand the bigger picture of its utility.
Thanks again.
The motivation for the tensor product from quantum states is quite straightforward in the finite-dimensional case.
Now, if we want to talk about these particles together, their set of observables should be $$X \times Y = \{(x_1, y_1), (x_1, y_2), (x_1, y_3), (x_2, y_1), (x_2, y_2), (x_2, y_3)\}$$ and so each quantum state should be a vector belonging to $F(X \times Y, \mathbb{C})$. Now we can ask: how are the vector spaces $F(X, \mathbb{C})$, $F(Y, \mathbb{C})$, and $F(X \times Y, \mathbb{C})$ related? The answer is the tensor product: $$F(X \times Y, \mathbb{C}) \cong F(X, \mathbb{C}) \otimes_{\mathbb{C}} F(Y, \mathbb{C})$$
Note that there is a way to take $f \in F(X, \mathbb{C})$ and $g \in F(Y, \mathbb{C})$ and produce a function $(f \otimes g) \in F(X \times Y\mathbb)$, by defining $$ (f \otimes g)(x, y) = f(x) g(y).$$ We can produce all such "separable" states in this way. However, there are obviously functions on $X \times Y$ that do not arise in such a way, for example the function $h: X \times Y \to \mathbb{C}$ defined by $h(x_1, y_1) = h(x_2, y_2) = 1$ and all else 0. This function $h$ is not a separable state (it is an entangled state), but it is a linear combination of separable states. (Every function in $F(X \times Y, \mathbb{C})$ is a linear combination of separable states).
So, one way to view the tensor product is as the "product" operation once you take linear combinations on some base set. There are many other ways to view the tensor product, this is just one.