Commit 2026-02-06 22:29 cb53e58e
View on Github →chore: rename CompRel to Relation.SymmGen (#34428)
See this Zulip thread. This PR renames CompRel to Relation.SymmGen for consistency with core and Mathlib.Logic.Relation. Import changes are avoided by moving declarations to Mathlib.Logic.Relation and Mathlib.Order.Antisymmetrization, which seems natural and is what #find_home suggests.