pufferffish / agda-symmetries

MIT License
5 stars 1 forks source link

More constructions of free commutative monoids #54

Closed vikraman closed 1 year ago

vikraman commented 1 year ago

We've got a few working now, but there are more ways to construct them we could try, and prove their universal property in our framework.

From here: https://drops.dagstuhl.de/opus/volltexte/2023/18395/pdf/LIPIcs-ITP-2023-20.pdf

This second one is quite interesting, and there's some partial code in my repo.

From here: https://personal.cis.strath.ac.uk/fredrik.nordvall-forsberg/papers/freshlists_aplas2023.pdf

vikraman commented 1 year ago

Association lists: https://github.com/agda/cubical/blob/master/Cubical/Relation/ZigZag/Applications/MultiSet.agda

pufferffish commented 1 year ago

Formalizing constructions that require decidable equality would involve changing the universal algebra framework so they are dropped, quotient of free monoid, quotient of lists by a permutation relation, and functions Fin n -> X quotiented by permutations have been formalized