Skip to content
This repository was archived by the owner on Sep 2, 2026. It is now read-only.
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
2 changes: 1 addition & 1 deletion KLR/Semantics/ProofRules.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ theorem dwpTSDunopAddValL (H : LocalContext.getv ctx "z" = some v) (H : 0 < Lx)
rw [Nat.add_comm _ _, StepN_add_iff]
refine ⟨_, ⟨stepN_1_iff_step.mpr ?_, SL⟩⟩
simp [Step, NML.step]
sorry
simp_all

end dwp

Expand Down