4 lines
73 B
Text
4 lines
73 B
Text
open nat
|
|
|
|
lemma aux : ∃ x : nat, x > 10 :=
|
|
exists.intro 15 dec_trivial
|