Skip to content

Commit

Permalink
Began propositional rewriting theory
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrem committed Jun 27, 2024
1 parent a04ebc1 commit 2af13a4
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 102 deletions.
2 changes: 1 addition & 1 deletion DeBruijnSSA/BinSyntax/Syntax/Compose/Region.lean
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def StepD.lsubst_alpha {Γ : ℕ → ε} {r₀ r₀' : Region φ}
def BCongD.lsubst_alpha {Γ : ℕ → ε} {r₀ r₀'}
(p : BCongD StepD Γ r₀ r₀') (n) (r₁ : Region φ)
: RWD StepD Γ (r₀.lsubst (alpha n r₁)) (r₀'.lsubst (alpha n r₁)) := match p with
| BCongD.step s => RWD.single (BCongD.step (s.lsubst_alpha n r₁))
| BCongD.rel s => RWD.single (BCongD.rel (s.lsubst_alpha n r₁))
| BCongD.let1 e p => by
simp only [lsubst_alpha_let1]
apply RWD.let1 e
Expand Down
Loading

0 comments on commit 2af13a4

Please sign in to comment.