teorth / equational_theories

A project to map out the relations between different equational theories of Magmas.
https://teorth.github.io/equational_theories/
Apache License 2.0
232 stars 54 forks source link

Implement greedy approach for 1518 #849

Closed b-reinke closed 4 days ago

b-reinke commented 4 days ago

This implements the greedy translation-invariant construction for 1518. I also introduced a file FreshGenerator.lean that contains convenient lemmas about the "fresh generators" in a free group of infinite rank. At the moment, I can detect simple inequalities in the free group, more or less the ones that one obtains by taking the map to Z that sends the fresh generator to 1 and all other generators to 0.

Closes #661