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.Function
now focusses on lemmas for predicates such asEqOn
,InjOn
,MapsTo
, ...Data.Set.Piecewise
is a new file for results on the definitonSet.piecewise
.Data.Set.Prod
received some upstreamed results ongraphOn
and the vertical line test.Data.Set.Restrict
is a new file for the definition ofSet.restrict
and some basic results.