Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
mhk119 committed Jan 23, 2025
1 parent 5f87f74 commit fe7cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smt/Reconstruct/Rat/Rewrites.lean
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ theorem div_total_zero : x / 0 = 0 :=

-- Eliminations

theorem elim_gt : (t > s) = ¬(t ≤ s) := by
theorem elim_gt : (t > s) = ¬(t ≤ s) := sorry

theorem elim_lt : (t < s) = ¬(t ≥ s) :=
sorry
Expand Down

0 comments on commit fe7cb77

Please sign in to comment.