lean2/library/algebra
Leonardo de Moura 754276a660 feat(frontends/lean): round parenthesis for [tactic1 | tactic2]
This commit also replaces the notation for divides
     `(` a `|` b `)`
with
      a `∣` b

The character `∣` is entered by typing \|

closes #516
2015-04-06 09:24:09 -07:00
..
category feat(library/init): move propext to init/quot, add Jeremy's funext theorem 2015-04-01 12:36:33 -07:00
algebra.md feat(*.md): create markdown files for HoTT library, update ones in standard library 2015-03-04 18:33:18 -08:00
binary.lean feat(frontends/lean): modify syntax for local notation 2015-01-26 11:51:17 -08:00
bundled.lean refactor(library/algebra): move bundled structures to separate module 2015-03-02 18:45:08 -08:00
field.lean feat(library/algebra):refactor field and ordered_field more appropriately 2015-03-27 11:54:11 -07:00
function.lean feat(library/algebra/function): define injective 2015-04-03 15:43:44 -07:00
group.lean feat(library/algebra/ring): remove sorrys 2015-03-30 11:55:48 -07:00
order.lean feat(frontends/lean): improve calc mode 2015-04-04 08:58:35 -07:00
ordered_field.lean feat(library/algebra):refactor field and ordered_field more appropriately 2015-03-27 11:54:11 -07:00
ordered_group.lean feat(library/algebra/ordered_group): improve performance using rewrite tactic 2015-03-01 11:38:27 -08:00
ordered_ring.lean feat(frontends/lean): round parenthesis for [tactic1 | tactic2] 2015-04-06 09:24:09 -07:00
relation.lean refactor(library): use [] binder annotation when declaring instances 2015-02-24 16:12:39 -08:00
ring.lean feat(frontends/lean): round parenthesis for [tactic1 | tactic2] 2015-04-06 09:24:09 -07:00