Commit 2026-04-05 08:02 69f07e41

View on Github →

chore(GroupTheory/Sylow): remove explicit type ascriptions (P : Subgroup G) (#37086) PR #36852 generalized normalizer to subsets of G (like we do for centralizer), but introduced a few explicit type ascriptions (P : Subgroup) into Sylow.lean (to force the coercion to Set to go through Subgroup). This PR removes those.

Estimated changes