lean2/library
Jeremy Avigad 7d72c9b6b5 refactor(library/algebra/{field,ordered_field}, library/*): more renaming, setting implicit arguments
Many theorems for division rings and fields have stronger versions for discrete fields, where we
assume x / 0 = 0. Before, we used primes to distinguish the versions, but that has the downside
that e.g. for rat and real, all the theorems are equally present. Now, I qualified the weaker ones
with division_ring.foo or field.foo. Maybe that is not ideal, but let's try it.

I also set implicit arguments with the following convention: an argument to a theorem should be
explicit unless it can be inferred from the other arguments and hypotheses.
2015-09-01 14:47:19 -07:00
..
algebra refactor(library/algebra/{field,ordered_field}, library/*): more renaming, setting implicit arguments 2015-09-01 14:47:19 -07:00
data refactor(library/algebra/{field,ordered_field}, library/*): more renaming, setting implicit arguments 2015-09-01 14:47:19 -07:00
examples chore(examples/ex): move example to library 2015-05-13 17:07:10 -07:00
init refactor(library/logic): move logic/choice.lean to init/classical.lean 2015-08-12 18:37:33 -07:00
logic refactor(library/logic): move logic/choice.lean to init/classical.lean 2015-08-12 18:37:33 -07:00
theories refactor(library/algebra/{field,ordered_field}, library/*): more renaming, setting implicit arguments 2015-09-01 14:47:19 -07:00
tools feat(frontends/lean): add simp tactic frontend stub 2015-07-14 09:54:53 -04:00
.gitignore chore(library/.gitignore): update 2014-08-29 10:31:16 -07:00
.project chore(library): add .project file 2014-08-29 10:31:16 -07:00
library.md feat(hott): add file which maps sections of the HoTT book to the HoTT library 2015-08-07 13:34:41 -07:00
standard.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00