7cfac38eda
This also involves: - adding definitions about logic and natural numbers existing in the standard library to init - porting the current algebraic hierarchy
16 lines
583 B
Markdown
16 lines
583 B
Markdown
algebra
|
|
=======
|
|
|
|
Note: most of these 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)).
|
|
|
|
* [binary](binary.hlean) : properties of binary operations
|
|
* [relation](relation.hlean) : properties of relations
|
|
* [group](group.hlean)
|
|
* [ring](ring.hlean)
|
|
* [ordered_group](ordered_group.hlean)
|
|
* [ordered_ring](ordered_ring.hlean)
|
|
* [field](field.hlean)
|
|
|
|
Subfolders:
|
|
|
|
* [category](category/category.md) : Category Theory
|