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