Possible Duplicate:
The direct sum $\oplus$ versus the cartesian product $\times$
(Definition) I was wondering how their definitions are different? Are they both the cartesian product with the operation of addition being componentwise, and the scalar multiplication just distributing over all the components?
How are the following concluded from their definitions:
A direct product for a finite index $\prod_{i=1}^n X_i$ is identical to the direct sum $\bigoplus_{i=1}^n X_i$. The direct sum and direct product differ only for infinite indices, where the elements of a direct sum are zero for all but for a finite number of entries. in fact, direct sum is a proper subset of direct product.
(With category) I also wonder why the following is true:
Direct sum and direct product are dual in the sense of Category Theory: the direct sum is the coproduct, while the direct product is the product.
If I understand correctly, in category theory, coproduct is characterized by injection and product by projection. To me, both direct sum and direct product can be characterized by both injection and projection.
(With matrix)Are their connection between direct products of vector spaces and of matrices (for matrices, as far as I know, their direct product is Kronecker product)? Similarly for direct sums of vector spaces and of matrices?
If consider matrices as representation of linear mappings between vector spaces, I don't know how they are related.
if consider a vector as a matrix, the direct product of two vectors in the matrix sense is not the same as in vector space sense, because the dimensions of the two direct products are not the same.
All quotes are from Wikipedia.
Thanks and regards!