Commit 2022-11-14 20:37 3055f901
View on Github →feat: abel_nf
, abel
tactic (#555)
This is basically a copy-paste job from ring_nf
. It adds the analogous things for abel
:
abel1
solves abelian group equalitiesabel_nf
rewrites abelian group equalities in hyps or target to a normal form, including recursively inside atomsabel_nf
is also a conv tactic that does the same thingabel
callsabel1
and thenabel_nf
with a trace messageabel
is also a conv tactic that solves equalities by rewriting them toTrue