test(tests/lean/run/blast20): uncomment example that can now be solved
This commit is contained in:
parent
b1777855cf
commit
6bd92e144a
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue