Skip to content

Commit 0e528d8

Browse files
committed
doc: ensure only a single H1 header per file (leanprover-community#31741)
1 parent ecb25d3 commit 0e528d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Mathlib/Dynamics/Ergodic/Ergodic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this file we define ergodic maps / measures together with quasi-ergodic maps
1717
provide some basic API. Quasi-ergodicity is a weaker condition than ergodicity for which the measure
1818
preserving condition is relaxed to quasi-measure-preserving.
1919
20-
# Main definitions:
20+
## Main definitions
2121
2222
* `PreErgodic`: the ergodicity condition without the measure-preserving condition. This exists
2323
to share code between the `Ergodic` and `QuasiErgodic` definitions.

Mathlib/Order/Filter/CardinalInter.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this file we define `CardinalInterFilter l c` to be the class of filters with
1616
property: for any collection of sets `s ∈ l` with cardinality strictly less than `c`,
1717
their intersection belongs to `l` as well.
1818
19-
# Main results
19+
## Main results
2020
* `Filter.cardinalInterFilter_aleph0` establishes that every filter `l` is a
2121
`CardinalInterFilter l ℵ₀`
2222
* `CardinalInterFilter.toCountableInterFilter` establishes that every `CardinalInterFilter l c` with

Mathlib/Probability/Independence/BoundedContinuousFunction.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ function `f : (Π s : I, E s) → ℝ`, we have `∫ ω in A, f (X · ω) ∂P =
4343
This again is formulated with different versions. We also provide versions in terms of
4444
`IndepSets` instead of `Indep`.
4545
46-
# Main statement
46+
## Main statement
4747
4848
* `indep_comap_process_of_bcf`: A `σ`-algebra `m` is independent from a stochastic process `X`
4949
if for any `A` such that `MeasurableSet[m] A`, any `I : Finset S`, and any bounded continuous
5050
function `f : (Π s : I, E s) → ℝ`, we have
5151
`∫ ω in A, f (X · ω) ∂P = P.real A * ∫ ω, f (X · ω) ∂P`.
5252
53-
# Notations
53+
## Notations
5454
5555
to avoid writing `boundedContinuousFunction` in the names, which is quite lengthy, we abbreviate it
5656
to `bcf`.
5757
58-
# Tags
58+
## Tags
5959
6060
independence, bounded continuous functions
6161
-/

Mathlib/RingTheory/Localization/AtPrime/Extension.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this file, we study the relation between the (nonzero) prime ideals of `Sₚ`
1616
ideals of `S` above `p`. In particular, we prove that (under suitable conditions) they are in
1717
bijection.
1818
19-
# Main definitions and results
19+
## Main definitions and results
2020
2121
- `IsLocalization.AtPrime.mem_primesOver_of_isPrime`: The nonzero prime ideals of `Sₚ` are
2222
primes over the maximal ideal of `Rₚ`.

0 commit comments

Comments
 (0)