lean2/library/algebra
Leonardo de Moura d2958044fd feat(frontends/lean): add multiple_instances command
After this commit, Lean "cuts" the search after the first instance is
computed. To obtain the previous behavior, we must use the new command

          multiple_instances <class-name>

closes #370
2014-12-21 17:28:44 -08:00
..
category feat(frontends/lean): add multiple_instances command 2014-12-21 17:28:44 -08:00
algebra.md doc(algebra): update markdown files 2014-11-08 19:12:54 -08:00
binary.lean refactor(library/algebra): use new naming conventions, add information to speed up proofs 2014-12-02 12:14:14 -08:00
function.lean refactor(library): add 'init' folder 2014-11-30 20:34:12 -08:00
group.lean refactor(library/data/int/basic): make the integers an instance of ring 2014-12-17 13:32:38 -05:00
order.lean refactor(library/logic/connectives): rename theorems 2014-12-15 15:05:44 -05:00
ordered_group.lean refactor(library/data/int/basic): make the integers an instance of ring 2014-12-17 13:32:38 -05:00
ordered_ring.lean refactor(library/algebra/ordered_ring): add workarounds to improve performance 2014-12-13 13:12:25 -08:00
relation.lean refactor(library): add 'init' folder 2014-11-30 20:34:12 -08:00
ring.lean refactor(library/data/int/basic): make the integers an instance of ring 2014-12-17 13:32:38 -05:00