Skip to content

Commit 0c4d4f9

Browse files
committed
Align wrapped module-doc list items
Indent continuation lines in module-level docstring bullet lists across Analysis files so wrapped entries are consistently nested under their bullets. This is a whitespace-only documentation formatting cleanup (no theorem/code behavior changes).
1 parent 14d98a4 commit 0c4d4f9

File tree

15 files changed

+40
-40
lines changed

15 files changed

+40
-40
lines changed

Mathlib/Analysis/Asymptotics/ExpGrowth.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ versions, using a `liminf` and a `limsup` respectively.
1818
1919
- `expGrowthInf`, `expGrowthSup`: respectively, `liminf` and `limsup` of `log (u n) / n`.
2020
- `expGrowthInfTopHom`, `expGrowthSupBotHom`: the functions `expGrowthInf`, `expGrowthSup`
21-
as homomorphisms preserving finitary `Inf`/`Sup` respectively.
21+
as homomorphisms preserving finitary `Inf`/`Sup` respectively.
2222
2323
## Tags
2424

Mathlib/Analysis/Asymptotics/LinearGrowth.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ versions, using a `liminf` and a `limsup` respectively. Most properties are deve
1818
1919
- `linearGrowthInf`, `linearGrowthSup`: respectively, `liminf` and `limsup` of `(u n) / n`.
2020
- `linearGrowthInfTopHom`, `linearGrowthSupBotHom`: the functions `linearGrowthInf`,
21-
`linearGrowthSup` as homomorphisms preserving finitary `Inf`/`Sup` respectively.
21+
`linearGrowthSup` as homomorphisms preserving finitary `Inf`/`Sup` respectively.
2222
2323
## TODO
2424

Mathlib/Analysis/Complex/Hadamard.lean

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ In this file we present a proof of Hadamard's three-lines Theorem.
1616
## Main result
1717
1818
- `norm_le_interp_of_mem_verticalClosedStrip` :
19-
Hadamard three-line theorem: If `f` is a bounded function, continuous on
20-
`re ⁻¹' [l, u]` and differentiable on `re ⁻¹' (l, u)`, then for
21-
`M(x) := sup ((norm ∘ f) '' (re ⁻¹' {x}))`, that is `M(x)` is the supremum of the absolute value of
22-
`f` along the vertical lines `re z = x`, we have that `∀ z ∈ re ⁻¹' [l, u]` the inequality
23-
`‖f(z)‖ ≤ M(0) ^ (1 - ((z.re - l) / (u - l))) * M(1) ^ ((z.re - l) / (u - l))` holds.
24-
This can be seen to be equivalent to the statement
25-
that `log M(re z)` is a convex function on `[0, 1]`.
19+
Hadamard three-line theorem: If `f` is a bounded function, continuous on
20+
`re ⁻¹' [l, u]` and differentiable on `re ⁻¹' (l, u)`, then for
21+
`M(x) := sup ((norm ∘ f) '' (re ⁻¹' {x}))`, that is `M(x)` is the supremum of the absolute value of
22+
`f` along the vertical lines `re z = x`, we have that `∀ z ∈ re ⁻¹' [l, u]` the inequality
23+
`‖f(z)‖ ≤ M(0) ^ (1 - ((z.re - l) / (u - l))) * M(1) ^ ((z.re - l) / (u - l))` holds.
24+
This can be seen to be equivalent to the statement
25+
that `log M(re z)` is a convex function on `[0, 1]`.
2626
2727
- `norm_le_interp_of_mem_verticalClosedStrip'` :
28-
Variant of the above lemma in simpler terms. In particular, it makes no mention of the helper
29-
functions defined in this file.
28+
Variant of the above lemma in simpler terms. In particular, it makes no mention of the helper
29+
functions defined in this file.
3030
3131
## Main definitions
3232

Mathlib/Analysis/Distribution/TemperedDistribution.lean

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ public import Mathlib.Topology.Algebra.Module.PointwiseConvergence
1616
## Main definitions
1717
1818
* `TemperedDistribution E F`: The space `𝓢(E, ℂ) →L[ℂ] F` equipped with the pointwise
19-
convergence topology.
19+
convergence topology.
2020
* `MeasureTheory.Measure.toTemperedDistribution`: Every measure of temperate growth is a tempered
21-
distribution.
21+
distribution.
2222
* `Function.HasTemperateGrowth.toTemperedDistribution`: Every function of temperate growth is a
23-
tempered distribution.
23+
tempered distribution.
2424
* `SchwartzMap.toTemperedDistributionCLM`: The canonical map from `𝓢` to `𝓢'` as a continuous linear
25-
map.
25+
map.
2626
* `MeasureTheory.Lp.toTemperedDistribution`: Every `Lp` function is a tempered distribution.
2727
* `TemperedDistribution.mulLeftCLM`: Multiplication with temperate growth function as a continuous
28-
linear map.
28+
linear map.
2929
* `TemperedDistribution.instLineDeriv`: The directional derivative on tempered distributions.
3030
* `TemperedDistribution.fourierTransformCLM`: The Fourier transform on tempered distributions.
3131
3232
## Notation
3333
* `𝓢'(E, F)`: The space of tempered distributions `TemperedDistribution E F` scoped in
34-
`SchwartzMap`
34+
`SchwartzMap`
3535
-/
3636

3737
@[expose] public noncomputable section

Mathlib/Analysis/InnerProductSpace/PiL2.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ the last section, various properties of matrices are explored.
4949
- `exists_orthonormalBasis`: provides an orthonormal basis on a finite-dimensional vector space
5050
5151
- `stdOrthonormalBasis`: provides an arbitrarily-chosen `OrthonormalBasis` of a given
52-
finite-dimensional inner product space
52+
finite-dimensional inner product space
5353
5454
For consequences in infinite dimension (Hilbert bases, etc.), see the file
5555
`Analysis.InnerProductSpace.L2Space`.

Mathlib/Analysis/InnerProductSpace/Projection/FiniteDimensional.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This file contains results about orthogonal projections in finite-dimensional sp
2020
2121
* `Submodule.det_reflection`: The determinant of `K.reflection` is `(-1) ^ finrank 𝕜 Kᗮ`.
2222
* `LinearIsometryEquiv.reflections_generate`: The orthogonal group of `F` is
23-
generated by reflections.
23+
generated by reflections.
2424
2525
## Results that do not use finite dimensionality:
2626

Mathlib/Analysis/LocallyConvex/PointwiseConvergence.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We prove that the topology of pointwise convergence is induced by a family of se
1616
that it is locally convex in the topological sense
1717
1818
* `PointwiseConvergenceCLM.seminorm`: the seminorms on `E →SLₚₜ[σ] F` given by `A ↦ ‖A x‖` for fixed
19-
`x : E`.
19+
`x : E`.
2020
* `PointwiseConvergenceCLM.withSeminorm`: the topology is induced by the seminorms.
2121
* `PointwiseConvergenceCLM.instLocallyConvexSpace`: `E →SLₚₜ[σ] F` is locally convex.
2222

Mathlib/Analysis/Matrix/Order.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This allows us to use more general results from C⋆-algebras, like `CFC.sqrt`.
2121
2222
* `Matrix.instPartialOrder`: the partial order on matrices given by `x ≤ y := (y - x).PosSemidef`.
2323
* `Matrix.PosSemidef.dotProduct_mulVec_zero_iff`: for a positive semi-definite matrix `A`,
24-
we have `x⋆ A x = 0` iff `A x = 0`.
24+
we have `x⋆ A x = 0` iff `A x = 0`.
2525
* `Matrix.toMatrixInnerProductSpace`: the inner product on matrices induced by a
26-
positive semi-definite matrix `M`: `⟪x, y⟫ = (y * M * xᴴ).trace`.
26+
positive semi-definite matrix `M`: `⟪x, y⟫ = (y * M * xᴴ).trace`.
2727
2828
## Implementation notes
2929

Mathlib/Analysis/Normed/Module/PiTensorProduct/InjectiveSeminorm.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ space.
5959
6060
* `PiTensorProduct.norm_eval_le_injectiveSeminorm`: The main property of the injective seminorm
6161
on `⨂[𝕜] i, Eᵢ`: for every `x` in `⨂[𝕜] i, Eᵢ` and every continuous multilinear map `f` from
62-
`E = Πᵢ Eᵢ` to a normed space `F`, we have `‖f.lift x‖ ≤ ‖f‖ * injectiveSeminorm x `.
62+
`E = Πᵢ Eᵢ` to a normed space `F`, we have `‖f.lift x‖ ≤ ‖f‖ * injectiveSeminorm x `.
6363
* `PiTensorProduct.mapL_opNorm`: If `f` is a family of continuous linear maps
6464
`fᵢ : Eᵢ →L[𝕜] Fᵢ`, then `‖PiTensorProduct.mapL f‖ ≤ ∏ i, ‖fᵢ‖`.
6565
* `PiTensorProduct.mapLMultilinear_opNorm` : If `F` is a normed vecteor space, then

Mathlib/Analysis/Normed/Module/WeakDual.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ topology.
3131
The main definitions concern the canonical mapping `StrongDual 𝕜 E → WeakDual 𝕜 E`.
3232
3333
* `StrongDual.toWeakDual` and `WeakDual.toStrongDual`: Linear equivalences from `StrongDual 𝕜 E` to
34-
`WeakDual 𝕜 E` and in the converse direction.
34+
`WeakDual 𝕜 E` and in the converse direction.
3535
* `NormedSpace.Dual.continuousLinearMapToWeakDual`: A continuous linear mapping from
3636
`StrongDual 𝕜 E` to `WeakDual 𝕜 E` (same as `StrongDual.toWeakDual` but different bundled data).
3737

0 commit comments

Comments
 (0)