aac-tactics
aac-tactics copied to clipboard
aac_congruence
I recently found this library and found it to be very useful and wish I knew about it years ago.
Is it possible/easy to implement aac_congruence
using the machinery defined here?
For example, before calling congruence, one could put in some uniquish normal form expressions containing associative and commutative operators, similar to what ring_simplify
does.
If anyone has thought about writing aac_congruence
or aac_normalize
I would love to know their thoughts and experiences.