d2eb99bf11
choice axiom is now in the classical namespace.
6 lines
165 B
Text
6 lines
165 B
Text
import data.nat.basic
|
|
open nonempty inhabited nat classical
|
|
|
|
theorem int_inhabited [instance] : inhabited nat := inhabited.mk zero
|
|
|
|
check epsilon (λ x : nat, true)
|