You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(Data/Set/Function): rename some lemmas (#9257)
- `Set.maps_image_to` → `Set.mapsTo_image_iff`;
- `Set.maps_univ_to` → `Set.mapsTo_univ_iff`;
- `Set.maps_range_to` → `Set.mapsTo_range_iff`.
In all cases, use implicit arguments instead of explicit arguments.
In the last case, also generalize from `Type*` to `Sort*`
and replace the RHS with its `simp`-normal form.
Old lemmas stay there but are now deprecated.
0 commit comments