Skip to content

Commit 7e2bf6e

Browse files
committed
lake exe shake --fix
1 parent febf219 commit 7e2bf6e

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

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
@@ -8,6 +8,7 @@ import Mathlib.Algebra.MonoidAlgebra.Defs
88
import Mathlib.Algebra.Order.Monoid.Unbundled.WithTop
99
import Mathlib.Data.Finset.Sort
1010
import Mathlib.Tactic.FastInstance
11+
import Mathlib.Algebra.Group.Submonoid.Operations
1112

1213
/-!
1314
# 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/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Authors: Amelia Livingston
66
import Mathlib.Algebra.Group.Submonoid.Defs
77
import Mathlib.GroupTheory.Congruence.Hom
88
import Mathlib.GroupTheory.OreLocalization.Basic
9+
import Mathlib.Algebra.Group.Submonoid.Operations
910

1011
/-!
1112
# Localizations of commutative monoids

Mathlib/GroupTheory/OreLocalization/Basic.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Copyright (c) 2022 Jakob von Raumer. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Jakob von Raumer, Kevin Klinge, Andrew Yang
55
-/
6-
import Mathlib.Algebra.Group.Submonoid.Operations
76
import Mathlib.GroupTheory.OreLocalization.OreSet
87
import Mathlib.Tactic.Common
8+
import Mathlib.Algebra.Group.Submonoid.MulAction
9+
import Mathlib.Algebra.Group.Units.Defs
910

1011
/-!
1112

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)