2015-03-05 02:06:39 +00:00
algebra
=======
2015-11-21 03:32:35 +00:00
The following files are ported from the standard library. If anything needs to be changed, it is probably a good idea to change it in the standard library and then port the file again (see also [script/port.pl ](../../script/port.pl )).
2015-05-05 21:25:35 +00:00
2015-03-05 02:06:39 +00:00
* [binary ](binary.hlean ) : properties of binary operations
* [relation ](relation.hlean ) : properties of relations
* [group ](group.hlean )
2015-05-05 21:25:35 +00:00
* [ring ](ring.hlean )
2015-11-21 03:32:35 +00:00
* [order ](order.hlean )
2015-05-05 21:25:35 +00:00
* [ordered_group ](ordered_group.hlean )
* [ordered_ring ](ordered_ring.hlean )
* [field ](field.hlean )
2015-03-05 02:06:39 +00:00
2015-11-21 03:32:35 +00:00
Files which are not ported:
* [hott ](hott.hlean ) : Basic theorems about the algebraic hierarchy specific to HoTT
* [trunc_group ](trunc_group.hlean ) : truncate an infinity-group to a group
* [homotopy_group ](homotopy_group.hlean ) : homotopy groups of a pointed type
* [e_closure ](e_closure.hlean ) : the type of words formed by a relation
2015-03-05 02:06:39 +00:00
Subfolders:
2015-04-25 04:20:59 +00:00
* [category ](category/category.md ) : Category Theory