lean2/library/algebra
Leonardo de Moura 5feef27c2b feat(frontends/lean/notation_cmd): relax restriction on user defined tokens
Before this commit, Lean would forbid new tokens containing '(' or ')'.
We relax this restriction. Now, we just forbid new tokens starting with '(' or ending with ')'.
2016-01-02 13:58:46 -08:00
..
category feat(hott/algebra): port abstract structures 2015-12-09 12:34:06 -08:00
algebra.md feat(library/data/nat/bigops): sums and products over intervals of natural numbers 2015-12-31 15:16:57 -08:00
binary.lean feat(*): new numeral encoding 2015-11-08 14:04:55 -08:00
bundled.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
complete_lattice.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
field.lean feat(library/blast/forward): inst_simp should use the left-hand-side as a pattern (if none is provided by the user) 2015-12-31 20:20:39 -08:00
group.lean fix(library/blast/forward/ematch): bug in the ematching procedure 2015-12-31 21:26:44 -08:00
group_bigops.lean feat(library/data/set/*,library/algebra/group_bigops): better finiteness lemmas, reindexing for big operations 2015-12-31 15:16:57 -08:00
group_power.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
interval.lean feat(frontends/lean/notation_cmd): relax restriction on user defined tokens 2016-01-02 13:58:46 -08:00
lattice.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
module.lean feat(library/theories/analysis/normed_space): start theory of normed spaces for analysis 2015-12-22 16:39:13 -05:00
order.lean feat(hott): port nat and int from the standard library 2015-12-09 12:36:11 -08:00
ordered_field.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
ordered_group.lean refactor(library): use anonymous instance implicit arguments 2015-12-13 11:46:48 -08:00
ordered_ring.lean chore(library/algebra/ordered_ring): use 'note' 2015-12-15 09:33:57 -08:00
priority.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
relation.lean feaf(library): make sure basic standard library can be compiled with option "--to_axiom" 2015-07-29 16:11:23 -07:00
ring.lean refactor(library/algebra/ring): minor cleanup 2015-12-29 11:16:18 -08:00
ring_bigops.lean feat(library/algebra/ring_bigops): make start on file with more properties of sums and products 2015-12-22 16:39:13 -05:00
ring_power.lean feat(library/algebra/ring_bigops): make start on file with more properties of sums and products 2015-12-22 16:39:13 -05:00