2015-08-13 01:37:33 +00:00
|
|
|
import data.nat.basic
|
|
|
|
open nonempty inhabited nat classical
|
2014-08-23 00:07:12 +00:00
|
|
|
|
2014-09-04 23:36:06 +00:00
|
|
|
theorem int_inhabited [instance] : inhabited nat := inhabited.mk zero
|
2014-08-23 00:07:12 +00:00
|
|
|
|
|
|
|
check epsilon (λ x : nat, true)
|