Skip to content

Commit

Permalink
feat: port Data.Int.Cast.Lemmas (#995)
Browse files Browse the repository at this point in the history
fc2ed6f838ce7c9b7c7171e58d78eaf7b438fb0e

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
  • Loading branch information
semorrison and semorrison committed Dec 14, 2022
1 parent 3db783c commit 5c6a9da
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Mathlib.lean
Expand Up @@ -157,9 +157,9 @@ import Mathlib.Data.FunLike.Embedding
import Mathlib.Data.FunLike.Equiv
import Mathlib.Data.HashMap
import Mathlib.Data.Int.Basic
import Mathlib.Data.Int.Cast
import Mathlib.Data.Int.Cast.Basic
import Mathlib.Data.Int.Cast.Defs
import Mathlib.Data.Int.Cast.Lemmas
import Mathlib.Data.Int.Dvd.Basic
import Mathlib.Data.Int.LeastGreatest
import Mathlib.Data.Int.Order.Basic
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Algebra/GroupPower/Lemmas.lean
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Jeremy Avigad, Robert Y. Lewis
-/
import Mathlib.Data.Nat.Cast.Basic
import Mathlib.Data.Int.Cast
import Mathlib.Data.Int.Cast.Lemmas
import Mathlib.Algebra.GroupPower.Basic

/-!
Expand Down
29 changes: 0 additions & 29 deletions Mathlib/Data/Int/Cast.lean

This file was deleted.

2 changes: 1 addition & 1 deletion Mathlib/Data/Int/Cast/Basic.lean
Expand Up @@ -10,7 +10,7 @@ import Mathlib.Algebra.Group.Basic
# Cast of integers (additional theorems)
This file proves additional properties about the *canonical* homomorphism from
the integers into an additive group with a one (`int.cast`).
the integers into an additive group with a one (`Int.cast`).
There is also `Data.Int.Cast.Lemmas`,
which includes lemmas stated in terms of algebraic homomorphisms,
Expand Down

0 comments on commit 5c6a9da

Please sign in to comment.