Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace Xi
variable {R : Term Var → Term Var → Prop} {M N : Term Var}

/-- The right side of a congruence step is locally closed. -/
@[scoped grind →]
lemma step_lc_r (hR : ∀ {M' N'}, R M' N' → LC N') (step : Xi R M N) : LC N := by
induction step with
| base h => exact hR h
Expand Down
Loading