lean2/library/data/nat
Leonardo de Moura 3ca1264f61 refactor(library): mark 'decidable' theorems as definitions
If we don't do that, then any 'if' term that uses one of these theorems
will get "stuck". That is, the kernel will not be able to reduce them
because theorems are always opaque
2014-09-30 09:02:37 -07:00
..
basic.lean refactor(library): mark 'decidable' theorems as definitions 2014-09-30 09:02:37 -07:00
default.lean refactor(library): remove unnecessary 'standard' subdirectory 2014-08-23 18:08:09 -07:00
div.lean feat(frontends/lean): add 'reducible' modifier for controlling which 2014-09-19 15:54:32 -07:00
nat.md refactor(library): remove unnecessary 'standard' subdirectory 2014-08-23 18:08:09 -07:00
order.lean refactor(library): mark 'decidable' theorems as definitions 2014-09-30 09:02:37 -07:00
sub.lean feat(frontends/lean): add 'irreducible' as syntax sugar for 'reducible [off]' 2014-09-19 15:54:32 -07:00