Commit 2025-03-20 16:39 07d2b9ef
View on Github →chore(Data/Set): split long file Function.lean (#23149)
This PR splits the long file Data.Set.Function into a few chunks:
Data.Set.Functionnow focusses on lemmas for predicates such asEqOn,InjOn,MapsTo, ...Data.Set.Piecewiseis a new file for results on the definitonSet.piecewise.Data.Set.Prodreceived some upstreamed results ongraphOnand the vertical line test.Data.Set.Restrictis a new file for the definition ofSet.restrictand some basic results.