7 lines
177 B
Text
7 lines
177 B
Text
|
import logic.axioms.hilbert data.nat.basic
|
||
|
using nonempty inhabited nat
|
||
|
|
||
|
theorem int_inhabited [instance] : inhabited nat := inhabited_mk zero
|
||
|
|
||
|
check epsilon (λ x : nat, true)
|