Category of matrices

From The Right Wiki
Jump to navigationJump to search

In mathematics, the category of matrices, often denoted Mat, is the category whose objects are natural numbers and whose morphisms are matrices, with composition given by matrix multiplication.[1][2]

Construction

Let A be an n×m real matrix, i.e. a matrix with n rows and m columns. Given a p×q matrix B, we can form the matrix multiplication BA or BA only when q=n, and in that case the resulting matrix is of dimension p×m. In other words, we can only multiply matrices A and B when the number of rows of A matches the number of columns of B. One can keep track of this fact by declaring an n×m matrix to be of type mn, and similarly a p×q matrix to be of type qp. This way, when q=n the two arrows have matching source and target, mnp, and can hence be composed to an arrow of type mp. This is precisely captured by the mathematical concept of a category, where the arrows, or morphisms, are the matrices, and they can be composed only when their domain and codomain are compatible (similar to what happens with functions). In detail, the category Mat is constructed as follows:

More generally, one can define the category Mat𝔽 of matrices over a fixed field 𝔽, such as the one of complex numbers.

Properties

  • The category of matrices Mat is equivalent to the category of finite-dimensional real vector spaces and linear maps. This is witnessed by the functor mapping the number n to the vector space n, and an n×m matrix to the corresponding linear map mn.[3][2] A possible interpretation of this fact is that, as mathematical theories, abstract finite-dimensional vector spaces and concrete matrices have the same expressive power.
  • More generally, the category of matrices Mat𝔽 is equivalent to the category of finite-dimensional vector spaces over the field 𝔽 and 𝔽-linear maps.[3]
  • A linear row operation on a n×m matrix A can be equivalently obtained by applying the same operation to the n×n identity matrix, and then multiplying the resulting n×n matrix with A. In particular, elementary row operations correspond to elementary matrices. This fact can be seen as an instance of the Yoneda lemma for the category of matrices.[4][5]
  • The transpose operation makes the category of matrices a dagger category. The same can be said about the conjugate transpose in the case of complex numbers.

Particular subcategories

  • For every fixed n, the morphisms nn of Mat are the n×n matrices, and form a monoid, canonically isomorphic to the monoid of linear endomorphisms of n. In particular, the invertible n×n matrices form a group. The same can be said for a generic field 𝔽.
  • A stochastic matrix is a real matrix of nonnegative entries, such that the sum of each column is one. Stochastic matrices include the identity and are closed under composition, and so they form a subcategory of Mat.[6]

Citations

  1. Riehl (2016), pp. 4–5
  2. 2.0 2.1 Perrone (2024), pp. 99–100
  3. 3.0 3.1 Riehl (2016), p. 30
  4. Riehl (2016), pp. 60–61
  5. Perrone (2024), pp. 119–120
  6. Perrone (2024), pp. 302–303

References

  • Riehl, Emily (2016). Category Theory in Context. Dover. ISBN 9780486809038.
  • Perrone, Paolo (2024). Starting Category Theory. World Scientific. doi:10.1142/9789811286018_0005. ISBN 978-981-12-8600-1.

External links