Skip to content

Commit eee52d6

Browse files
committed
shake imports
1 parent 07e80d2 commit eee52d6

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

Mathlib/GroupTheory/Coset.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import Mathlib.Algebra.Quotient
77
import Mathlib.Data.Fintype.Prod
88
import Mathlib.GroupTheory.GroupAction.Basic
99
import Mathlib.GroupTheory.Subgroup.MulOpposite
10-
import Mathlib.GroupTheory.Subgroup.Actions
1110
import Mathlib.Data.Set.Basic
1211

1312
#align_import group_theory.coset from "leanprover-community/mathlib"@"f7fc89d5d5ff1db2d1242c7bb0e9062ce47ef47c"

Mathlib/GroupTheory/GroupAction/FixingSubgroup.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Copyright (c) 2022 Antoine Chambert-Loir. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Antoine Chambert-Loir
55
-/
6-
import Mathlib.GroupTheory.Subgroup.Actions
76
import Mathlib.GroupTheory.GroupAction.Basic
87
import Mathlib.GroupTheory.GroupAction.FixedPoints
98

Mathlib/GroupTheory/GroupAction/Quotient.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Mathlib.GroupTheory.Commutator
1010
import Mathlib.GroupTheory.Coset
1111
import Mathlib.GroupTheory.GroupAction.ConjAct
1212
import Mathlib.GroupTheory.GroupAction.Hom
13+
import Mathlib.GroupTheory.Subgroup.Actions
1314

1415
#align_import group_theory.group_action.quotient from "leanprover-community/mathlib"@"4be589053caf347b899a494da75410deb55fb3ef"
1516

Mathlib/LinearAlgebra/Ray.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Joseph Myers
55
-/
66
import Mathlib.Algebra.Order.Module.Algebra
7-
import Mathlib.GroupTheory.Subgroup.Actions
87
import Mathlib.LinearAlgebra.LinearIndependent
98
import Mathlib.RingTheory.Subring.Units
109

Mathlib/RingTheory/Subring/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Authors: Ashvni Narayanan
55
-/
66
import Mathlib.GroupTheory.Subgroup.Basic
77
import Mathlib.RingTheory.Subsemiring.Basic
8+
import Mathlib.Algebra.GroupRingAction.Subobjects
89

910
#align_import ring_theory.subring.basic from "leanprover-community/mathlib"@"b915e9392ecb2a861e1e766f0e1df6ac481188ca"
1011

Mathlib/RingTheory/Subsemiring/Basic.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Authors: Yury Kudryashov
66
import Mathlib.Algebra.Module.Basic
77
import Mathlib.Algebra.Ring.Equiv
88
import Mathlib.Algebra.Ring.Prod
9-
import Mathlib.Algebra.GroupRingAction.Subobjects
109
import Mathlib.Data.Set.Finite
1110
import Mathlib.GroupTheory.Submonoid.Centralizer
1211
import Mathlib.GroupTheory.Submonoid.Membership

0 commit comments

Comments
 (0)