Skip to content

Commit

Permalink
Bml: compile it all (but still with sorries - is that a word?)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin committed Oct 30, 2023
1 parent 1a173d6 commit ccd6afc
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 94 deletions.
4 changes: 2 additions & 2 deletions Bml.lean
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import «Bml».Vocabulary
import «Bml».Soundness
import «Bml».Tableauexamples
import «Bml».Completeness
-- TODO import «Bml».Partitions
-- TODO import «Bml».Interpolation
import «Bml».Partitions
import «Bml».Interpolation
2 changes: 1 addition & 1 deletion Bml/Interpolation.lean
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ theorem interpolation {ϕ ψ} : Tautology (ϕ↣ψ) → ∃ θ, Interpolant ϕ
· rw [tautImp_iff_comboNotUnsat]; tauto
constructor
· rw [tautImp_iff_comboNotUnsat]; simp at *; tauto
· cases pI_prop; unfold voc vocabOfSetFormula at *; simp at *; tauto
· cases pI_prop; simp at *; tauto
Loading

0 comments on commit ccd6afc

Please sign in to comment.