lean2/library/logic
2014-11-22 13:25:46 -08:00
..
axioms refactor(library/data/subtype): define subtype using 'structure' command 2014-11-16 15:01:14 -08:00
examples feat(library/algebra/category): use variables instead of parameters 2014-10-11 16:40:18 -07:00
cast.lean refactor(library/logic/cast): move heq declaration to a separate module 2014-11-08 10:19:29 -08:00
connectives.lean refactor(library/logic/connectives): mark theorems used to prove 'decidable' theorems as transparent 2014-11-22 09:32:43 -08:00
decidable.lean refactor(library/logic/decidable): rename decidable_rel -> decidable_pred, and decidable_rel2 -> decidable_rel 2014-11-21 11:49:31 -08:00
default.lean feat(library/logic/default): add wf_k 2014-11-22 13:25:46 -08:00
eq.lean style(library): add some comments 2014-11-08 19:12:54 -08:00
heq.lean refactor(library/logic/cast): move heq declaration to a separate module 2014-11-08 10:19:29 -08:00
identities.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
if.lean feat(library/logic/if): add dependent if-then-else: dite 2014-11-22 09:56:32 -08:00
inhabited.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
instances.lean refactor(library): use 'reserve' notation in the standard library 2014-10-21 15:39:47 -07:00
logic.md refactor(library/logic): remove 'core' subdirectory 2014-10-05 10:50:13 -07:00
nonempty.lean feat(frontends/lean): force 'classes' to be declared before instances are declared, closes #228 2014-10-07 18:02:15 -07:00
prop.lean refactor(library/logic/prop): allow 'absurd' to generate Type 2014-11-22 00:19:05 -08:00
quantifiers.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
relation.lean refactor(library/logic): add basic definitions for relations at logic/relation.lean 2014-11-18 17:32:22 -08:00
wf.lean fix(library/logic/wf): typo 2014-11-22 13:25:46 -08:00
wf_k.lean fix(library/logic/wf_k): missing file 2014-11-21 10:03:20 -08:00