Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Abelian/Injective/Resolution.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public import Mathlib.Algebra.Homology.HomotopyCategory
public import Mathlib.Algebra.Homology.ShortComplex.ShortExact
public import Mathlib.CategoryTheory.Abelian.Exact
public import Mathlib.CategoryTheory.Preadditive.Injective.Resolution
public import Mathlib.Data.Set.Subsingleton
public import Mathlib.Tactic.AdaptationNote

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Abelian/LeftDerived.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Kim Morrison, Riccardo Brasca, Adam Topaz, Jujian Zhang, Joël Riou
-/
module

public import Mathlib.Algebra.Homology.Additive
public import Mathlib.CategoryTheory.Abelian.Projective.Resolution

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Adhesive/Subobject.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module

public import Mathlib.CategoryTheory.Adhesive.Basic
public import Mathlib.CategoryTheory.Subobject.Basic
public import Mathlib.CategoryTheory.Subobject.Lattice

/-!

Expand Down
2 changes: 0 additions & 2 deletions Mathlib/CategoryTheory/Adjunction/AdjointFunctorTheorems.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ Authors: Bhavik Mehta
-/
module

public import Mathlib.CategoryTheory.Comma.StructuredArrow.Small
public import Mathlib.CategoryTheory.Generator.Basic
public import Mathlib.CategoryTheory.Limits.ConeCategory
public import Mathlib.CategoryTheory.Limits.Constructions.WeaklyInitial
public import Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
public import Mathlib.CategoryTheory.Subobject.Comma

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Adjunction/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Reid Barton, Johan Commelin, Bhavik Mehta
-/
module

public import Mathlib.CategoryTheory.Equivalence
public import Mathlib.CategoryTheory.Yoneda

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Adjunction/Evaluation.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Adam Topaz
module

public import Mathlib.CategoryTheory.Limits.Shapes.Products
public import Mathlib.CategoryTheory.Functor.EpiMono

/-!

Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Adjunction/Limits.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Reid Barton, Johan Commelin
-/
module

public import Mathlib.CategoryTheory.Adjunction.Basic
public import Mathlib.CategoryTheory.Limits.Creates

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Bicategory/Extension.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module

public import Mathlib.CategoryTheory.Bicategory.Basic
public import Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
public import Mathlib.Tactic.CategoryTheory.CancelIso

/-!
# Extensions and lifts in bicategories
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Bicategory/LocallyDiscrete.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Yuma Mizuno, Calle Sönne
module

public import Mathlib.CategoryTheory.CommSq
public import Mathlib.CategoryTheory.Discrete.Basic
public import Mathlib.CategoryTheory.Bicategory.Strict.Basic

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Category/Cat.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module

public import Mathlib.CategoryTheory.Bicategory.Strict.Basic
public import Mathlib.CategoryTheory.ConcreteCategory.Bundled
public import Mathlib.CategoryTheory.Discrete.Basic
public import Mathlib.CategoryTheory.Types.Basic

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Category/Preorder.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Stephen Morgan, Kim Morrison, Johannes Hölzl, Reid Barton
-/
module

public import Mathlib.CategoryTheory.Equivalence
public import Mathlib.CategoryTheory.EqToHom
public import Mathlib.Order.Hom.Basic
public import Mathlib.Data.ULift
Expand Down
3 changes: 0 additions & 3 deletions Mathlib/CategoryTheory/Category/RelCat.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Authors: Kim Morrison, Uni Marx
-/
module

public import Mathlib.CategoryTheory.EssentialImage
public import Mathlib.CategoryTheory.Iso
public import Mathlib.CategoryTheory.Opposites
public import Mathlib.CategoryTheory.Types.Basic
public import Mathlib.Data.Rel

Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Comma/StructuredArrow/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Adam Topaz, Kim Morrison
-/
module

public import Mathlib.CategoryTheory.Comma.Basic
public import Mathlib.CategoryTheory.PUnit
public import Mathlib.CategoryTheory.Limits.Shapes.IsTerminal
public import Mathlib.CategoryTheory.Functor.EpiMono
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/CategoryTheory/ComposableArrows/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ module
public import Mathlib.Algebra.Group.Nat.Defs
public import Mathlib.CategoryTheory.Category.Preorder
public import Mathlib.CategoryTheory.Comma.Arrow
public import Mathlib.CategoryTheory.EpiMono
public import Mathlib.Data.Fintype.Basic
public import Mathlib.Tactic.FinCases
public import Mathlib.Tactic.SuppressCompilation

/-!
# Composable arrows

Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/ConcreteCategory/Forget.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Kim Morrison, Johannes Hölzl, Reid Barton, Sean Leather, Yury Kudryash
-/
module

public import Mathlib.CategoryTheory.ConcreteCategory.Basic
public import Mathlib.CategoryTheory.Types.Basic
/-!
# Forgetful functors
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/CategoryTheory/Countable.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module

public import Mathlib.CategoryTheory.EssentiallySmall
public import Mathlib.CategoryTheory.FinCategory.Basic
public import Mathlib.Data.Fintype.EquivFin
public import Mathlib.Data.Countable.Small

/-!
# Countable categories

Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Dialectica/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Mario Carneiro
module

public import Mathlib.CategoryTheory.Subobject.Basic
public import Mathlib.CategoryTheory.Limits.Shapes.FiniteProducts

/-!
# Dialectica category
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Discrete/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Stephen Morgan, Kim Morrison, Floris van Doorn
-/
module

public import Mathlib.CategoryTheory.EqToHom
public import Mathlib.CategoryTheory.Pi.Basic

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Elements.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Kim Morrison
module

public import Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
public import Mathlib.CategoryTheory.Category.Cat
public import Mathlib.CategoryTheory.EssentiallySmall

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/EpiMono.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Reid Barton, Kim Morrison
-/
module

public import Mathlib.CategoryTheory.Opposites
public import Mathlib.CategoryTheory.Groupoid

/-!
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/CategoryTheory/EssentiallySmall.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Authors: Kim Morrison
module

public import Mathlib.CategoryTheory.Category.ULift
public import Mathlib.CategoryTheory.EqToHom
public import Mathlib.CategoryTheory.Skeletal
public import Mathlib.CategoryTheory.Comma.Arrow
public import Mathlib.Logic.UnivLE
public import Mathlib.Logic.Small.Basic

Expand Down
3 changes: 0 additions & 3 deletions Mathlib/CategoryTheory/Extensive.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ Authors: Andrew Yang
-/
module

public import Mathlib.CategoryTheory.Limits.Shapes.StrictInitial
public import Mathlib.CategoryTheory.Limits.Types.Coproducts
public import Mathlib.CategoryTheory.Limits.Types.Products
public import Mathlib.CategoryTheory.Limits.Types.Pullbacks
public import Mathlib.Topology.Category.TopCat.Limits.Pullbacks
public import Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
public import Mathlib.CategoryTheory.Limits.Constructions.FiniteProductsOfBinaryProducts
public import Mathlib.CategoryTheory.Limits.VanKampen
public import Mathlib.CategoryTheory.Limits.MonoCoprod
public import Mathlib.CategoryTheory.Limits.Shapes.DisjointCoproduct
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Functor/EpiMono.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Markus Himmel
-/
module

public import Mathlib.CategoryTheory.EpiMono
public import Mathlib.CategoryTheory.Limits.Shapes.StrongEpi
public import Mathlib.CategoryTheory.LiftingProperties.Adjunction

Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Functor/Hom.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Reid Barton, Kim Morrison
-/
module

public import Mathlib.CategoryTheory.Products.Basic
public import Mathlib.CategoryTheory.Types.Basic

/-!
Expand Down
3 changes: 0 additions & 3 deletions Mathlib/CategoryTheory/Groupoid.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Authors: Reid Barton, Kim Morrison, David Wärn
-/
module

public import Mathlib.CategoryTheory.ObjectProperty.FullSubcategory
public import Mathlib.CategoryTheory.Products.Basic
public import Mathlib.CategoryTheory.Pi.Basic
public import Mathlib.Combinatorics.Quiver.Symmetric
public import Mathlib.CategoryTheory.Functor.ReflectsIso.Basic
public import Mathlib.CategoryTheory.MorphismProperty.Basic
Expand Down
3 changes: 0 additions & 3 deletions Mathlib/CategoryTheory/Limits/Cones.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ Authors: Stephen Morgan, Kim Morrison, Floris van Doorn
-/
module

public import Mathlib.CategoryTheory.Functor.Const
public import Mathlib.CategoryTheory.Discrete.Basic
public import Mathlib.CategoryTheory.Yoneda
public import Mathlib.CategoryTheory.Functor.ReflectsIso.Basic

/-!
# Cones and cocones
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module

public import Mathlib.CategoryTheory.Limits.Shapes.WideEqualizers
public import Mathlib.CategoryTheory.Limits.Shapes.Products
public import Mathlib.CategoryTheory.Limits.Shapes.Terminal

/-!
# Constructions related to weakly initial objects
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/CategoryTheory/Limits/HasLimits.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ Authors: Reid Barton, Mario Carneiro, Kim Morrison, Floris van Doorn
module

public import Mathlib.CategoryTheory.Limits.IsLimit
public import Mathlib.CategoryTheory.Category.ULift
public import Mathlib.CategoryTheory.EssentiallySmall
public import Mathlib.CategoryTheory.Functor.EpiMono
public import Mathlib.Logic.Equiv.Basic

/-!
# Existence of limits and colimits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Bhavik Mehta, Christian Merten
-/
module

public import Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
public import Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Basic
public import Mathlib.CategoryTheory.Limits.Shapes.Products
public import Mathlib.CategoryTheory.Limits.Shapes.StrictInitial
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Limits/Shapes/Products.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Kim Morrison, Bhavik Mehta
module

public import Mathlib.CategoryTheory.Limits.HasLimits
public import Mathlib.CategoryTheory.Discrete.Basic

/-!
# Categorical (co)products
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Limits/Shapes/StrictInitial.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Authors: Bhavik Mehta
-/
module

public import Mathlib.CategoryTheory.Limits.Shapes.Terminal
public import Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Limits/Shapes/WidePullbacks.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Bhavik Mehta, Jakob von Raumer
module

public import Mathlib.CategoryTheory.Limits.HasLimits
public import Mathlib.CategoryTheory.Thin

/-!
# Wide pullbacks
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/CategoryTheory/Limits/VanKampen.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ public import Mathlib.CategoryTheory.Adjunction.FullyFaithful
public import Mathlib.CategoryTheory.Adjunction.Limits
public import Mathlib.CategoryTheory.Limits.Shapes.Pullback.Equifibered
public import Mathlib.CategoryTheory.Limits.Shapes.StrictInitial
public import Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
public import Mathlib.CategoryTheory.Limits.Constructions.FiniteProductsOfBinaryProducts
public import Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Basic

/-!

Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Monad/Algebra.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Kim Morrison, Bhavik Mehta
module

public import Mathlib.CategoryTheory.Monad.Basic
public import Mathlib.CategoryTheory.Adjunction.Basic
public import Mathlib.CategoryTheory.Functor.EpiMono

/-!
Expand Down
5 changes: 1 addition & 4 deletions Mathlib/CategoryTheory/Monad/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ Authors: Kim Morrison, Bhavik Mehta, Adam Topaz
-/
module

public import Mathlib.CategoryTheory.Functor.Category
public import Mathlib.CategoryTheory.Functor.FullyFaithful
public import Mathlib.CategoryTheory.Functor.ReflectsIso.Basic
public import Mathlib.CategoryTheory.Limits.Shapes.StrongEpi
public import Mathlib.CategoryTheory.EpiMono

/-!
# Monads
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Monoidal/Action/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Robin Carlier
module

public import Mathlib.CategoryTheory.Monoidal.Category
public import Mathlib.CategoryTheory.Functor.Trifunctor

/-!

Expand Down
3 changes: 1 addition & 2 deletions Mathlib/CategoryTheory/Monoidal/Braided/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ Authors: Kim Morrison
module

public import Mathlib.CategoryTheory.Monoidal.Discrete
public import Mathlib.CategoryTheory.Monoidal.NaturalTransformation
public import Mathlib.CategoryTheory.Monoidal.Opposite
public import Mathlib.Tactic.CategoryTheory.Monoidal.Basic
public import Mathlib.CategoryTheory.CommSq
public import Mathlib.Tactic.CategoryTheory.Monoidal.Basic

/-!
# Braided and symmetric monoidal categories
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Monoidal/Discrete.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Kim Morrison
module

public import Mathlib.Algebra.Group.Hom.Defs
public import Mathlib.CategoryTheory.Discrete.Basic
public import Mathlib.CategoryTheory.Monoidal.NaturalTransformation

/-!
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Monoidal/Free/Coherence.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors: Markus Himmel
module

public import Mathlib.CategoryTheory.Monoidal.Free.Basic
public import Mathlib.CategoryTheory.Discrete.Basic

/-!
# The monoidal coherence theorem
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Monoidal/Functor.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module

public import Mathlib.CategoryTheory.Monoidal.Category
public import Mathlib.CategoryTheory.Adjunction.FullyFaithful
public import Mathlib.CategoryTheory.Products.Basic

/-!
# (Lax) monoidal functors
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/CategoryTheory/Monoidal/FunctorCategory.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Authors: Kim Morrison
module

public import Mathlib.CategoryTheory.Monoidal.Braided.Basic
public import Mathlib.CategoryTheory.Functor.Category
public import Mathlib.CategoryTheory.Functor.Const

/-!
# Monoidal structure on `C ⥤ D` when `D` is monoidal.
Expand Down
6 changes: 3 additions & 3 deletions Mathlib/CategoryTheory/Monoidal/Internal/Limits.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Authors: Kim Morrison, Bhavik Mehta
-/
module

public import Mathlib.CategoryTheory.Monoidal.Internal.FunctorCategory
public import Mathlib.CategoryTheory.Monoidal.Limits.Basic
public import Mathlib.CategoryTheory.Limits.Preserves.Basic
public import Mathlib.CategoryTheory.Limits.Creates
public import Mathlib.CategoryTheory.Monoidal.CommMon_
public import Mathlib.CategoryTheory.Monoidal.Comon_
public import Mathlib.CategoryTheory.Monoidal.FunctorCategory

/-!
# Limits of monoid objects.
Expand Down
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/Monoidal/Mon.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module
public import Mathlib.Algebra.Group.PUnit
public import Mathlib.CategoryTheory.Monoidal.Braided.Basic
public import Mathlib.CategoryTheory.Monoidal.CoherenceLemmas
public import Mathlib.CategoryTheory.Monoidal.Discrete
public import Mathlib.CategoryTheory.Limits.Shapes.Terminal

import Mathlib.Tactic.Attr.Register
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/CategoryTheory/Monoidal/NaturalTransformation.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Authors: Kim Morrison
-/
module

public import Mathlib.CategoryTheory.Adjunction.FullyFaithful
public import Mathlib.CategoryTheory.Monoidal.Functor
public import Mathlib.CategoryTheory.ObjectProperty.FullSubcategory

/-!
# Monoidal natural transformations
Expand Down
Loading
Loading