lean2/library/logic/axioms
Leonardo de Moura 6dbcf86fd4 feat(library/logic/axioms): use diaconescu to prove em
With the new "noncomputable" feature we can use Hilbert's choice without
being concerned it may accidentaly "leak" inside definitions we don't
want to use it.
2015-07-29 13:01:07 -07:00
..
examples feat(library/logic/axioms): use diaconescu to prove em 2015-07-29 13:01:07 -07:00
axioms.md refactor(library/logic/axioms): rename files, import logic.axioms.classical now imports all classical axioms 2015-02-01 11:17:45 -08:00
classical.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
em.lean feat(library/logic/axioms): use diaconescu to prove em 2015-07-29 13:01:07 -07:00
hilbert.lean feat(frontends/lean): check for noncomputability when moving theorems from theorem_queue to environment 2015-07-29 13:01:07 -07:00
prop_complete.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
prop_decidable.lean feat(frontends/lean): check for noncomputability when moving theorems from theorem_queue to environment 2015-07-29 13:01:07 -07:00