HoTT / Coq-HoTT

A Coq library for Homotopy Type Theory
http://homotopytypetheory.org/
Other
1.26k stars 193 forks source link

Add HasEquivs instance for MatrixCat #2046

Open Alizter opened 3 months ago

Alizter commented 3 months ago

In theories/Algebra/Rings/Matrix.v we have a definition of the category of matrices whose objects are natural numbers and morhpisms are matrices between those dimensions.

We should add a HasEquivs instance for MatrixCat. It should consist of the following:

ndcroos commented 3 months ago

Hi, I am still busy working on the other issues, but I'd like to work on this after these.