lean2/library
Jeremy Avigad a08395b17e refactor(library/algebra/complete_lattice): make complete lattices more usable
I addressed two problems. First, the theorem names and notation were all in
the namespace complete_lattice. The problem was that if you opened that
namespace, names (like "sup" and "inf") and notation clashed with global notation
for lattices.

The other problem was that if you defined a lattice using Sup, the Sup you got
was not the Sup you want; it was the Sup-construction from the Inf-construction
from the Sup.

Everything seems good now.
2016-02-22 11:25:23 -08:00
..
algebra refactor(library/algebra/complete_lattice): make complete lattices more usable 2016-02-22 11:25:23 -08:00
data feat(library/data/set/basic): add theorems for bounded unions and intersections 2016-02-22 11:25:23 -08:00
examples chore(examples/ex): move example to library 2015-05-13 17:07:10 -07:00
init feat(library/data/set/function): add facts about preimages 2016-02-22 11:25:23 -08:00
logic fix(library/logic/identities,library/*): fix implicit arguments, add implications. Closes #1002. 2016-02-22 11:25:23 -08:00
theories refactor(library/data/{set,finset},library/*): use compl for set and finset complement 2016-02-22 11:25:23 -08: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 fix(library/library.md): update and correct information. Fixes #973. 2016-01-24 16:26:58 -08:00
standard.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00