Commit 2025-03-20 03:52 a54e8f41
View on Github →chore(Logic/Equiv): split some chunks off large file Equiv/Basic.lean
(#23099)
This PR tries to clean up Mathlib.Equiv.Basic
by splitting off some chunks and moving them to other files:
- Results focussed on the
List
type move to the start ofLogic.Equiv.List
- Results focussed on the
Option
type move to the end ofLogic.Equiv.Option
- Results focussed on product types go to a new file
Logic.Equiv.Prod
- Results focussed on sum types go to a new file
Logic.Equiv.Sum