Skip to content

Commit

Permalink
update import dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin committed Dec 3, 2024
1 parent 2c7d1d7 commit 2eac927
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 181 deletions.
1 change: 1 addition & 0 deletions Pdl/Completeness.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- COMPLETENESS

import Pdl.Soundness
import Pdl.TableauGame
import Pdl.Modelgraphs

open HasSat
Expand Down
4 changes: 3 additions & 1 deletion Pdl/LoadSplit.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Pdl.Syntax
import Mathlib.Tactic.Use

-- TODO: move all this into Pdl.Syntax

/-! ## Spliting of loaded formulas -/

mutual
Expand Down Expand Up @@ -85,7 +87,7 @@ theorem LoadFormula.split_eq_loadMulti_nonEmpty' {δ φ} (lf : LoadFormula)
rw [this]

theorem loadMulti_nonEmpty_eq_loadMulti :
loadMulti_nonEmpty (δ ++ [α]) h φ = loadMulti δ α φ := by -- wrong ?
loadMulti_nonEmpty (δ ++ [α]) h φ = loadMulti δ α φ := by
induction δ
· simp
case cons IH =>
Expand Down
Loading

0 comments on commit 2eac927

Please sign in to comment.