Skip to content

Commit c626800

Browse files
committed
Limit to a single blank line
1 parent a9cb564 commit c626800

115 files changed

Lines changed: 0 additions & 128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Mathlib/Algebra/Category/ModuleCat/Presheaf.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ An object `M : PresheafOfModules R` consists of a family of modules
1717
of a functorial linear map `M.map f` from `M.obj X` to the restriction
1818
of scalars of `M.obj Y` via `R.map f`.
1919
20-
2120
## Future work
2221
2322
* Compare this to the definition as a presheaf of pairs `(R, M)` with specified first part.

Mathlib/Algebra/CharP/Algebra.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ In this file we describe the characteristic of `R`-algebras.
1818
In particular we are interested in the characteristic of free algebras over `R`
1919
and the fraction field `FractionRing R`.
2020
21-
2221
## Main results
2322
2423
- `charP_of_injective_algebraMap` If `R →+* A` is an injective algebra map

Mathlib/Algebra/DirectSum/Decomposition.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public import Mathlib.Algebra.Module.Submodule.Basic
1717
an additive monoid `M` into a family of additive submonoids `ℳ`
1818
* `DirectSum.decompose ℳ`: The canonical equivalence provided by the above typeclass
1919
20-
2120
## Main statements
2221
2322
* `DirectSum.Decomposition.isInternal`: The link to `DirectSum.IsInternal`.

Mathlib/Algebra/EuclideanDomain/Defs.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ value of `j`.
5555
[MR399081]
5656
* [M. Nagata, *On Euclid algorithm*][MR541021]
5757
58-
5958
## Tags
6059
6160
Euclidean domain, transfinite Euclidean domain, Bézout's lemma

Mathlib/Algebra/Group/Indicator.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ In this file, we prove basic results about the indicator of a set.
1818
- `Set.indicator (s : Set α) (f : α → β) (a : α)` is `f a` if `a ∈ s` and is `0` otherwise.
1919
- `Set.mulIndicator (s : Set α) (f : α → β) (a : α)` is `f a` if `a ∈ s` and is `1` otherwise.
2020
21-
2221
## Implementation note
2322
2423
In mathematics, an indicator function or a characteristic function is a function

Mathlib/Algebra/GroupWithZero/Hom.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This file defines homomorphisms of monoids with zero.
1616
We also define coercion to a function, and usual operations: composition, identity homomorphism,
1717
pointwise multiplication and pointwise inversion.
1818
19-
2019
## Notation
2120
2221
* `→*₀`: `MonoidWithZeroHom`, the type of bundled `MonoidWithZero` homs. Also use for

Mathlib/Algebra/Lie/Derivation/BaseChange.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ When, given an `R`-algebra `A` and an `R`-Lie algebra `L` the (Lie algebra) base
1616
both derivations of `A` and Lie derivations of `L` induce Lie derivations of `A ⊗[R] L`. Moreover,
1717
both these procedures are Lie algebra homomorphisms themselves.
1818
19-
2019
## Tags
2120
2221
lie algebra, extension of scalars, base change, derivation

Mathlib/Algebra/Lie/SemiDirect.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ algebra homomorphism `ψ : L → LieDerivation R K K`, the underlying set of t
1919
itself a Lie algebra and that it fits into an exact sequence `H → (SemiDirectSum K L ψ) → L`, i.e.
2020
forms an extension of `L`.
2121
22-
2322
## References
2423
2524
* https://en.wikipedia.org/wiki/Lie_algebra_extension#By_semidirect_sum

Mathlib/Algebra/Module/FinitePresentation.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Suppose `0 → K → M → N → 0` is an exact sequence of `R`-modules.
3636
- `Module.FinitePresentation.isLocalizedModule_map`: If `M` and `N` are `R`-modules and `M` is f.p.,
3737
and `S` is a submonoid of `R`, then `Hom(Mₛ, Nₛ)` is the localization of `Hom(M, N)`.
3838
39-
4039
Also the instances finite + free => f.p. => finite are also provided
4140
4241
## TODO
@@ -49,7 +48,6 @@ Suppose `S` is an `R`-algebra, `M` is an `S`-module. Then
4948
In particular,
5049
4. `S` is f.p. as an `R`-module iff it is f.p. as an algebra and is finite as a module.
5150
52-
5351
For finitely presented algebras, see `Algebra.FinitePresentation`
5452
in file `Mathlib/RingTheory/FinitePresentation.lean`.
5553
-/

Mathlib/Algebra/Module/Submodule/Lattice.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ This file defines the lattice structure on submodules, `Submodule.CompleteLattic
2222
defined as `{0}` and `⊓` defined as intersection of the underlying carrier.
2323
If `p` and `q` are submodules of a module, `p ≤ q` means that `p ⊆ q`.
2424
25-
2625
## Implementation notes
2726
2827
This structure should match the `AddSubmonoid.CompleteLattice` structure, and we should try

0 commit comments

Comments
 (0)