24 lines
No EOL
755 B
Markdown
24 lines
No EOL
755 B
Markdown
algebra
|
|
=======
|
|
|
|
Algebraic structures.
|
|
|
|
* [prio](prio.lean) : priority for algebraic operations
|
|
* [function](function.lean)
|
|
* [relation](relation.lean)
|
|
* [binary](binary.lean) : binary operations
|
|
* [order](order.lean)
|
|
* [lattice](lattice.lean)
|
|
* [group](group.lean)
|
|
* [group_power](group_power.lean) : nat and int powers
|
|
* [group_bigops](group_bigops.lean) : finite products and sums
|
|
* [ring](ring.lean)
|
|
* [ordered_group](ordered_group.lean)
|
|
* [ordered_ring](ordered_ring.lean)
|
|
* [ring_power](ring_power.lean) : power in ring structures
|
|
* [field](field.lean)
|
|
* [ordered_field](ordered_field.lean)
|
|
|
|
* [category](category/category.md) : category theory
|
|
|
|
We set a low priority for algebraic operations, so that the elaborator tries concrete structures first. |