Commit 2023-07-26 09:26 10915fa2
View on Github →chore: fix some Set defeq abuse, golf (#6114)
- Use
{x | p x}instead offun x ↦ p xto define a set here and there. - Golf some proofs.
- Replace
Con.ker_apply_eq_preimagewithCon.ker_apply. The old version used to abuse definitional equality betweenSet MandM → Prop. - Fix
Submonoid.mk*lemmas to use⟨_, _⟩, not⟨⟨_, _⟩, _⟩.