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

9 lines
185 B
Text

exit
definition f : nat → nat := sorry
definition g (a : nat) := f a
lemma gax [simp] : ∀ a, g a = 0 := sorry
attribute g [reducible]
example (a : nat) : f (a + a) = 0 :=
by simp