test(tests/lean/run/blast20): uncomment example that can now be solved

This commit is contained in:
Leonardo de Moura 2015-11-19 11:46:22 -08:00
parent b1777855cf
commit 6bd92e144a

View file

@ -31,9 +31,8 @@ by blast
example : ∀ (F F' : Prop), F F' → F' F :=
by blast
-- We should get the following one with forward propositional
-- example : ∀ (F1 F2 F3 : Prop), ((¬F1 ∧ F3) (F2 ∧ ¬F3)) → (F2 → F1) → (F2 → F3) → ¬F2 :=
-- by blast
example : ∀ (F1 F2 F3 : Prop), ((¬F1 ∧ F3) (F2 ∧ ¬F3)) → (F2 → F1) → (F2 → F3) → ¬F2 :=
by blast
example : ∀ (f : nat→Prop), f 2 → ∃x, f x :=
by blast