2014-08-23 00:07:12 +00:00
|
|
|
import logic.axioms.hilbert data.nat.basic
|
2014-09-03 23:00:38 +00:00
|
|
|
open nonempty inhabited nat
|
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)
|