Wednesday, July 30, 2014

Multiplying Spaces!

Believe it or not, in Math we can not only multiply numbers but we can multiply spaces! We can multiply two spaces to get bigger spaces - usually of bigger dimensions.

The 'multiplication' that I'm referring to here is known as Tensor products. The things/objects in these spaces are called tensors. (Tensors are like vectors in a way.)

Albert Einstein used tensors in his Special and his General Theory of Relativity (his theory of gravity). Tensors are also used in several branches of Physics, like the theory of elasticity where various stresses and forces act in various ways. And definitely in quantum field theory.

It may sound crazy to say you can "multiply spaces," as we would multiply numbers, but it can be done in a precise and logical way. But here I will spare you the technical details and try to manage to show you the idea that makes it possible to do.

Q. What do you mean by 'spaces'?

I mean a set of things that behave like 'vectors' so that you can add two vectors and get a third vector, and where you can scale a vector by any real number. The latter is called scalar multiplication, so if $v$ is a vector, you can multiply it by $0.23$ or by $-300.87$ etc and get another vector: $0.23v$, $-300.87v$, etc.) The technical name is vector space.

A straight line that extends in both directions indefinitely would be a good example (an Euclidean line).

Another example is you take the $xy$-plane, 2D-space or simply 2-space, or you can take $xyz$-space, or if you like you can take $xyzt$-spacetime known also as Minkowski space which has 4 dimensions.

Q. How do you 'multiply' such spaces?

First, the notation. If $U$ and $V$ are spaces, their tensor product space is written as $U \otimes V$. (It's the multiplication symbol with a circle around it.)

If this is to be an actual multiplication of spaces there is one natural requirement we would want. That the dimensions of this tensor product space $U \otimes V$ should turn out to be the multiplication of the dimensions of U and of V.

So if $U$ has dimension 2 and $V$ has dimension 3, then $U \otimes V$ ought to have dimension $2 \times 3 = 6$.  And if $U$ and $V$ are straight lines, so each of dimension 1, then $U \otimes V$ will also be of dimension 1.

Q. Hey, wait a second, that doesn't quite answer my question. Are you dodging the issue!?

Ha! Yeah, just wanted to see if you're awake! ;-) And you are! Ok, here's the deal without going into too much detail. We pointed out above how you can scale vectors by real numbers. So if you have a vector $v$ from the space $V$ you can scale it by $0.23$ and get the vector $0.23v$. Now just imagine if we can scale the vector $v$ by the vectors in the other space $U$! So if $u$ is a vector from $U$ and $v$ a vector from $V$, then you can scale $v$ by $u$ to get what we call their tensor product which we usually write like

$u \otimes v$.

So with numbers used to scale vectors, e.g. $0.23v$, we could also write it as $0.23 \otimes v$. But we don't normally write it that way when numbers are involved, only when non-number vectors are.

Q. So can you also turn this around and refer to $u \otimes v$ as the vector $u$ scaled by the vector $v$?

Absolutely! So we have two approaches to this and you can show (by a proof) that the two approaches are in fact equivalent. In fact, that's what gives rise to a theorem that says


Theorem. $U \otimes V$ is isomorphic to $V \otimes U$.

(In Math, the word 'isomorphism' gives a precise meaning to what I mean by 'equivalent'.)

Anyway, the point has been made to describe multiplying spaces: you take their vectors and you 'scale' those of one space by the vectors of the other space.

There's a neat way to actually see and appreciate this if we use matrices as our vectors. (Yes, matrices can be viewed as vectors!) Matrices are called arrays in computer science.

One example / experiment should drive the point home:

Let's take these two $2 \times 2$ matrices $A$ and $B$:

$A = \begin{bmatrix} 2 & 3 \\ -1 & 5 \end{bmatrix}, \ \ \ \ \ \ \  B = \begin{bmatrix} -5 & 4 \\ 6 & 7 \end{bmatrix}$

To calculate their tensor product $A \otimes B$, you can take $B$ and scale it by each of the numbers contained in $A$! Like this:

$A\otimes B = \begin{bmatrix} 2B & 3B \\ -1B & 5B \end{bmatrix}$



If you write this out you will get a 4 x 4 matrix when you plug B into it:



$A\otimes B = \begin{bmatrix} -10 & 8 & -15 & 12 \\ 12 & 14 & 18 & 21 \\ 5 & -4 & -25 & 20 \\ -6 & -7 & 30 & 35 \end{bmatrix}$

Oh, and 4 times 4 is 16, yes so the matrix $A\otimes B$ does in fact have 16 entries in it! Check!

Q. You could also do this the other way, by scaling $A$ using each of the numbers in $B$, right?

Right! That would then give $B\otimes A$.

When you do this you will get different matrices/arrays but if you look closely you'll see that they have the very same set of numbers except that they're permuted around in a rather simple way.  How? Well, if you switch the two inner columns and the two inner rows of $B\otimes A$ you will get exactly $A\otimes B$!

Try this experiment with the above $A$ and $B$ examples by working out $B\otimes A$ as we've done. This illustrates what we mean in Math by 'isomorphism': that even though the results may look different, they are actually related to one another in a sort of 'linear' or 'algebraic' fashion.

Ok, that's enough. We get the idea. You can multiply spaces by scaling their vectors by each other. Amazing how such an abstract idea turns out to be a powerful tool in understanding the geometry of spaces, in Relativity Theory, and also in quantum mechanics (quantum field theory).

Warm Regards,
Sam



No comments:

Post a Comment