Skip to content

Commit 18dc377

Browse files
committed
lake shake
1 parent de32dc1 commit 18dc377

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

Mathlib/Algebra/Group/Submonoid/DistribMulAction.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Yaël Dillies
55
-/
66
import Mathlib.Algebra.Group.Submonoid.MulAction
7-
import Mathlib.Algebra.GroupWithZero.Action.End
87
import Mathlib.Data.SetLike.SMul
8+
import Mathlib.Algebra.GroupWithZero.Action.Defs
99

1010
/-!
1111
# Distributive actions by submonoids

Mathlib/Algebra/Module/Submodule/Defs.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Authors: Nathaniel Thomas, Jeremy Avigad, Johannes Hölzl, Mario Carneiro
55
-/
66
import Mathlib.Algebra.Group.Subgroup.Defs
77
import Mathlib.GroupTheory.GroupAction.SubMulAction
8+
import Mathlib.Algebra.Group.Submonoid.Basic
89

910
/-!
1011

Mathlib/Algebra/Polynomial/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Mathlib.Algebra.GroupWithZero.Divisibility
77
import Mathlib.Algebra.MonoidAlgebra.Defs
88
import Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
99
import Mathlib.Data.Finset.Sort
10+
import Mathlib.Algebra.Group.Submonoid.Operations
1011

1112
/-!
1213
# Theory of univariate polynomials

Mathlib/GroupTheory/GroupAction/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Authors: Chris Hughes
55
-/
66
import Mathlib.Algebra.Group.Pointwise.Set.Basic
77
import Mathlib.Algebra.Group.Subgroup.Defs
8-
import Mathlib.Algebra.Group.Submonoid.Operations
98
import Mathlib.Algebra.GroupWithZero.Action.Defs
9+
import Mathlib.Algebra.Group.Submonoid.MulAction
1010

1111
/-!
1212
# Definition of `orbit`, `fixedPoints` and `stabilizer`

Mathlib/GroupTheory/MonoidLocalization/MonoidWithZero.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Mathlib.Algebra.GroupWithZero.Hom
77
import Mathlib.Algebra.Regular.Basic
88
import Mathlib.GroupTheory.MonoidLocalization.Basic
99
import Mathlib.RingTheory.OreLocalization.Basic
10+
import Mathlib.Algebra.GroupWithZero.Units.Basic
1011

1112
/-!
1213
# Localizations of commutative monoids with zeroes

Mathlib/RingTheory/OreLocalization/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Authors: Jakob von Raumer, Kevin Klinge, Andrew Yang
55
-/
66
import Mathlib.Algebra.Group.Submonoid.DistribMulAction
77
import Mathlib.GroupTheory.OreLocalization.Basic
8+
import Mathlib.Algebra.GroupWithZero.Defs
89

910
/-!
1011

Mathlib/Topology/Algebra/Monoid.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import Mathlib.Topology.Algebra.MulAction
99
import Mathlib.Algebra.BigOperators.Pi
1010
import Mathlib.Algebra.Group.ULift
1111
import Mathlib.Topology.ContinuousMap.Defs
12+
import Mathlib.Algebra.Group.Submonoid.Basic
1213

1314
/-!
1415
# Theory of topological monoids

0 commit comments

Comments
 (0)