File tree Expand file tree Collapse file tree 6 files changed +2
-4
lines changed
Expand file tree Collapse file tree 6 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Mathlib.Algebra.Quotient
77import Mathlib.Data.Fintype.Prod
88import Mathlib.GroupTheory.GroupAction.Basic
99import Mathlib.GroupTheory.Subgroup.MulOpposite
10- import Mathlib.GroupTheory.Subgroup.Actions
1110import Mathlib.Data.Set.Basic
1211
1312#align_import group_theory.coset from "leanprover-community/mathlib" @"f7fc89d5d5ff1db2d1242c7bb0e9062ce47ef47c"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Copyright (c) 2022 Antoine Chambert-Loir. All rights reserved.
33Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Antoine Chambert-Loir
55-/
6- import Mathlib.GroupTheory.Subgroup.Actions
76import Mathlib.GroupTheory.GroupAction.Basic
87import Mathlib.GroupTheory.GroupAction.FixedPoints
98
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import Mathlib.GroupTheory.Commutator
1010import Mathlib.GroupTheory.Coset
1111import Mathlib.GroupTheory.GroupAction.ConjAct
1212import 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
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Joseph Myers
55-/
66import Mathlib.Algebra.Order.Module.Algebra
7- import Mathlib.GroupTheory.Subgroup.Actions
87import Mathlib.LinearAlgebra.LinearIndependent
98import Mathlib.RingTheory.Subring.Units
109
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Authors: Ashvni Narayanan
55-/
66import Mathlib.GroupTheory.Subgroup.Basic
77import Mathlib.RingTheory.Subsemiring.Basic
8+ import Mathlib.Algebra.GroupRingAction.Subobjects
89
910#align_import ring_theory.subring.basic from "leanprover-community/mathlib" @"b915e9392ecb2a861e1e766f0e1df6ac481188ca"
1011
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Authors: Yury Kudryashov
66import Mathlib.Algebra.Module.Basic
77import Mathlib.Algebra.Ring.Equiv
88import Mathlib.Algebra.Ring.Prod
9- import Mathlib.Algebra.GroupRingAction.Subobjects
109import Mathlib.Data.Set.Finite
1110import Mathlib.GroupTheory.Submonoid.Centralizer
1211import Mathlib.GroupTheory.Submonoid.Membership
You can’t perform that action at this time.
0 commit comments