Skip to content

Commit 965b967

Browse files
committed
chore(CategoryTheory): fix indentation in markdown lists (leanprover-community#35460)
Make sure to also indent subsequent lines of an item: this is required by the markdown specification (though not doc-gen), it expresses intent more clearly, and makes it easier to catch accidental misindentations.
1 parent 8a89759 commit 965b967

32 files changed

Lines changed: 93 additions & 91 deletions

File tree

Mathlib/CategoryTheory/Abelian/GrothendieckAxioms/Basic.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ basic facts about them.
2929
3030
- The implication from `AB5` to `AB4` is established in `AB4.ofAB5`.
3131
- That `HasExactColimitsOfShape J C` is invariant under equivalences in both parameters is shown
32-
in `HasExactColimitsOfShape.of_domain_equivalence` and
33-
`HasExactColimitsOfShape.of_codomain_equivalence`.
32+
in `HasExactColimitsOfShape.of_domain_equivalence` and
33+
`HasExactColimitsOfShape.of_codomain_equivalence`.
3434
3535
## Remarks
3636

Mathlib/CategoryTheory/Abelian/Projective/Ext.lean

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ of the complex `R.complex` and to make computations in the `Ext`-group.
2121
2222
## TODO
2323
* Functoriality in `X`: this would involve a morphism `X ⟶ X'`, projective
24-
resolutions `R` and `R'` of `X` and `X'`, a lift of `X ⟶ X'` as a morphism
25-
of cochain complexes `R.complex ⟶ R'.complex`; in this context,
26-
we should be able to compute the precomposition of an element
27-
`R.extMk f m hm hf : Ext X' Y n` by `X ⟶ X'`.
24+
resolutions `R` and `R'` of `X` and `X'`, a lift of `X ⟶ X'` as a morphism
25+
of cochain complexes `R.complex ⟶ R'.complex`; in this context,
26+
we should be able to compute the precomposition of an element
27+
`R.extMk f m hm hf : Ext X' Y n` by `X ⟶ X'`.
2828
2929
-/
3030

Mathlib/CategoryTheory/Bicategory/Functor/Cat/ObjectProperty.lean

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ to define a sub-pseudofunctor `P.fullsubcategory : Pseudofunctor B Cat`.
1818
1919
## TODO (@joelriou)
2020
* Given a Grothendieck topology `J` on a category `C`, define
21-
a type class `Pseudofunctor.ObjectProperty.IsLocal P J` extending
22-
`IsClosedUnderMapObj` saying that if an object locally satisfies
23-
the property, then it satisfies the property. Assuming this, show that
24-
`P.fullsubcategory` is a stack if the original pseudofunctor was.
21+
a type class `Pseudofunctor.ObjectProperty.IsLocal P J` extending
22+
`IsClosedUnderMapObj` saying that if an object locally satisfies
23+
the property, then it satisfies the property. Assuming this, show that
24+
`P.fullsubcategory` is a stack if the original pseudofunctor was.
2525
2626
-/
2727

Mathlib/CategoryTheory/Bicategory/Functor/StrictlyUnitary.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ unitary).
2727
2828
## TODOs
2929
* Define lax-composable (resp. pseudo-composable) arrows as strictly unitary
30-
lax (resp. pseudo-) functors out of `LocallyDiscrete Fin n`.
30+
lax (resp. pseudo-) functors out of `LocallyDiscrete Fin n`.
3131
* Define identity-component oplax natural transformations ("icons") between
32-
strictly unitary pseudofunctors and construct a bicategory structure on
33-
bicategories, strictly unitary pseudofunctors and icons.
32+
strictly unitary pseudofunctors and construct a bicategory structure on
33+
bicategories, strictly unitary pseudofunctors and icons.
3434
* Construct the Duskin nerve of a bicategory using lax-composable arrows
3535
* Construct the 2-nerve of a bicategory using pseudo-composable arrows
3636

Mathlib/CategoryTheory/Bicategory/NaturalTransformation/Lax.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ lax functors):
1818
* lax natural transformations;
1919
* oplax natural transformations;
2020
* strong natural transformations.
21+
2122
These differ in the direction (and invertibility) of the 2-morphisms involved in the naturality
2223
condition.
2324
@@ -46,7 +47,7 @@ We also provide API for going between lax transformations and strong transformat
4647
4748
## References
4849
* [Niles Johnson, Donald Yau, *2-Dimensional Categories*](https://arxiv.org/abs/2002.06055),
49-
section 4.2.
50+
section 4.2.
5051
5152
-/
5253

Mathlib/CategoryTheory/Conj.lean

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ An isomorphism `α : X ≅ Y` defines
1717
`CategoryTheory.Iso.conj : End X ≃* End Y` by `α.conj f = α.inv ≫ f ≫ α.hom`;
1818
- a group isomorphism `CategoryTheory.Iso.conjAut : Aut X ≃* Aut Y` by
1919
`α.conjAut f = α.symm ≪≫ f ≪≫ α`
20-
using
21-
`CategoryTheory.Iso.homCongr : (X ≅ X₁) → (Y ≅ Y₁) → (X ⟶ Y) ≃ (X₁ ⟶ Y₁)`
22-
and `CategoryTheory.Iso.isoCongr : (f : X₁ ≅ X₂) → (g : Y₁ ≅ Y₂) → (X₁ ≅ Y₁) ≃ (X₂ ≅ Y₂)`
23-
which are defined in `CategoryTheory.HomCongr`.
20+
using
21+
`CategoryTheory.Iso.homCongr : (X ≅ X₁) → (Y ≅ Y₁) → (X ⟶ Y) ≃ (X₁ ⟶ Y₁)`
22+
and `CategoryTheory.Iso.isoCongr : (f : X₁ ≅ X₂) → (g : Y₁ ≅ Y₂) → (X₁ ≅ Y₁) ≃ (X₂ ≅ Y₂)`
23+
which are defined in `CategoryTheory.HomCongr`.
2424
-/
2525

2626
@[expose] public section

Mathlib/CategoryTheory/Distributive/Monoidal.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A distributive monoidal category is a monoidal category that is both left and ri
4040
in the functor categories is computed pointwise.
4141
4242
- We show that any preadditive monoidal category with coproducts is distributive. This includes the
43-
examples of abelian groups, R-modules, and vector bundles.
43+
examples of abelian groups, R-modules, and vector bundles.
4444
4545
## TODO
4646

Mathlib/CategoryTheory/FiberedCategory/Fibered.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ This file defines what it means for a functor `p : 𝒳 ⥤ 𝒮` to be (pre)fib
1616
## Main definitions
1717
1818
- `IsPreFibered p` expresses `𝒳` is fibered over `𝒮` via a functor `p : 𝒳 ⥤ 𝒮`, as in SGA VI.6.1.
19-
This means that any morphism in the base `𝒮` can be lifted to a Cartesian morphism in `𝒳`.
19+
This means that any morphism in the base `𝒮` can be lifted to a Cartesian morphism in `𝒳`.
2020
2121
- `IsFibered p` expresses `𝒳` is fibered over `𝒮` via a functor `p : 𝒳 ⥤ 𝒮`, as in SGA VI.6.1.
22-
This means that it is prefibered, and that the composition of any two Cartesian morphisms is
23-
Cartesian.
22+
This means that it is prefibered, and that the composition of any two Cartesian morphisms is
23+
Cartesian.
2424
2525
In the literature one often sees the notion of a fibered category defined as the existence of
2626
strongly Cartesian morphisms lying over any given morphism in the base. This is equivalent to the

Mathlib/CategoryTheory/Functor/Derived/Adjunction.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ that `F' ⋙ G'` is the right derived functor of `F ⋙ L₁ ⋙ G'`).
2727
## References
2828
2929
* [Georges Maltsiniotis, *Le théorème de Quillen, d'adjonction des
30-
foncteurs dérivés, revisité*][Maltsiniotis2007]
30+
foncteurs dérivés, revisité*][Maltsiniotis2007]
3131
3232
-/
3333

Mathlib/CategoryTheory/Functor/Derived/RightDerived.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ along the localization functor `L`.
2727
## TODO
2828
2929
- refactor `Functor.rightDerived` (and `Functor.leftDerived`) when the necessary
30-
material enters mathlib: derived categories, injective/projective derivability
31-
structures, existence of derived functors from derivability structures.
30+
material enters mathlib: derived categories, injective/projective derivability
31+
structures, existence of derived functors from derivability structures.
3232
3333
## References
3434

0 commit comments

Comments
 (0)