lean4-htt/tests/lean/run/find.lean

4 lines
73 B
Text

open nat
lemma aux : ∃ x : nat, x > 10 :=
exists.intro 15 dec_trivial