I was brushing up on linear algebra and the following came to the mind.
Consider a category whose nodes are n-dimensional vector spaces (n>0). Morphisms are matrices (transformations between vector spaces). This construction seems to be forming a category:
- let identities to be identity matrices.
- let composition to be composition of matrices.
Composition is associative and identity rules of category are satisfied, so we have a category.
Questions:
- Any reference studied this category? (any name associated with this category at all in the literature?)
- Is matrix addition associated with any categorical construction in this category?
- What do product, co-product, terminal, and initial objects mean in this category?
The category you describe is well-known. Given a field $k$, the category Vect$_k$ has $k$-vector spaces as its objects and linear maps as its morphisms. Off the top of my head, I would say the trivial vector space is both an initial and terminal object. For more information see here https://ncatlab.org/nlab/show/Vect and here Coproducts and products in the categories of sets, groups and vector spaces.