2014-09-16 14:58:54 -04:00
|
|
|
algebra
|
|
|
|
=======
|
2014-08-01 10:37:55 -07:00
|
|
|
|
2014-09-16 14:58:54 -04:00
|
|
|
Algebraic structures.
|
2014-08-01 10:37:55 -07:00
|
|
|
|
2015-09-04 13:04:36 -07:00
|
|
|
* [priority](priority.lean) : priority for algebraic operations
|
2014-08-04 17:07:59 -07:00
|
|
|
* [relation](relation.lean)
|
2014-08-01 10:37:55 -07:00
|
|
|
* [binary](binary.lean) : binary operations
|
2015-08-03 22:41:37 -04:00
|
|
|
* [order](order.lean)
|
|
|
|
* [lattice](lattice.lean)
|
2015-09-04 13:04:36 -07:00
|
|
|
* [complete lattice](complete_lattice.lean)
|
2014-11-06 21:30:46 -05:00
|
|
|
* [group](group.lean)
|
2015-05-16 18:42:13 +10:00
|
|
|
* [group_power](group_power.lean) : nat and int powers
|
2015-08-07 21:56:27 -04:00
|
|
|
* [group_bigops](group_bigops.lean) : products and sums over finsets
|
|
|
|
* [group_set_bigops](group_set_bigops.lean) : products and sums over finite sets
|
2014-12-22 15:33:29 -05:00
|
|
|
* [ring](ring.lean)
|
|
|
|
* [ordered_group](ordered_group.lean)
|
|
|
|
* [ordered_ring](ordered_ring.lean)
|
2015-07-08 11:27:55 +10:00
|
|
|
* [ring_power](ring_power.lean) : power in ring structures
|
2015-03-04 21:06:39 -05:00
|
|
|
* [field](field.lean)
|
2015-05-25 22:13:23 +10:00
|
|
|
* [ordered_field](ordered_field.lean)
|
2014-11-06 22:17:08 -05:00
|
|
|
* [category](category/category.md) : category theory
|
|
|
|
|
2015-08-03 22:41:37 -04:00
|
|
|
We set a low priority for algebraic operations, so that the elaborator tries concrete structures first.
|