test(tests/lean/run/blast23): missing test
This commit is contained in:
parent
0fcf8ed7d2
commit
0bd417bc2a
1 changed files with 9 additions and 0 deletions
9
tests/lean/run/blast23.lean
Normal file
9
tests/lean/run/blast23.lean
Normal file
|
@ -0,0 +1,9 @@
|
|||
-- Basic (propositional) forward chaining with nested backward chaining
|
||||
constants (A B C D : Prop)
|
||||
set_option blast.trace true
|
||||
set_option blast.init_depth 10
|
||||
set_option blast.inc_depth 1000
|
||||
set_option pp.all true
|
||||
|
||||
definition lemma1 : A → (A → B) → C → B ∧ C :=
|
||||
by blast
|
Loading…
Reference in a new issue