Commit 2022-11-01 00:14 50ba914c
View on Github →feat: port abel1 (#509)
This is a quick and dirty port of abel1
, just a direct translation of what is in Lean 3, with minimal modifications to use the new norm_num
. (This PR depends on #507, integer operations for norm_num.)
Recall abel1
is the tactic that solves equations; I haven't done the normalizer tactic abel
yet, but hopefully it's straightforward from here.
- depends on: #507