Skip to content

Commit

Permalink
refactor(data/set/basic): move image, preimage, and range to a new fi…
Browse files Browse the repository at this point in the history
…le (#17842)

This means `data.set.basic` is mainly about lattice operations.

Only one proof is modified (to avoid it needing to move between files). All other lemmas are copied verbatim.



Co-authored-by: Chris Hughes <chrishughes24@gmail.com>
  • Loading branch information
eric-wieser and ChrisHughes24 committed Dec 7, 2022
1 parent 5f68029 commit 1b36dab
Show file tree
Hide file tree
Showing 16 changed files with 1,163 additions and 1,110 deletions.
2 changes: 1 addition & 1 deletion src/algebra/hom/ring.lean
Expand Up @@ -8,7 +8,7 @@ import algebra.ring.basic
import algebra.divisibility.basic
import data.pi.algebra
import algebra.hom.units
import data.set.basic
import data.set.image

/-!
# Homomorphisms of semirings and rings
Expand Down
2 changes: 1 addition & 1 deletion src/data/bool/set.lean
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yury G. Kudryashov
-/
import data.bool.basic
import data.set.basic
import data.set.image

/-!
# Booleans and set operations
Expand Down
2 changes: 1 addition & 1 deletion src/data/nat/set.lean
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yury Kudryashov
-/

import data.set.basic
import data.set.image

/-!
### Recursion on the natural numbers and `set.range`
Expand Down

0 comments on commit 1b36dab

Please sign in to comment.