lean2/library/data/nat
2014-11-17 22:03:39 -08:00
..
basic.lean feat(library/data): define 'nat.addl' addition using recursion on the first argument, prove it to be equivalent to 'add', and use it to define vector.append 2014-11-17 22:03:39 -08:00
default.lean feat(library/data/nat/wf): add nat.lt is well founded theorem 2014-11-07 10:48:31 -08:00
div.lean feat(frontends/lean/structure_cmd): generate projection over constructor theorems for structures 2014-11-04 09:10:25 -08:00
nat.md refactor(library): remove unnecessary 'standard' subdirectory 2014-08-23 18:08:09 -07:00
order.lean refactor(library): use 'reserve' notation in the standard library 2014-10-21 15:39:47 -07:00
sub.lean refactor(library): use 'reserve' notation in the standard library 2014-10-21 15:39:47 -07:00
wf.lean feat(library/data/nat/wf): define measure using inverse image 2014-11-11 00:28:46 -08:00