lean4-htt/tests/lean/run/blast_back1.lean
2016-06-10 18:29:41 -07:00

13 lines
206 B
Text

exit
constant r : nat → Prop
constant p : nat → Prop
definition q (a : nat) := p a
lemma rq [intro] : ∀ a, r a → q a :=
sorry
attribute q [reducible]
example (a : nat) : r a → p a :=
by blast