Skip to content

Commit d05defb

Browse files
committed
doc(Topology): tidy backticks (leanprover-community#31798)
Found and fixed with help from Codex.
1 parent b7543c7 commit d05defb

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

Mathlib/Topology/Algebra/InfiniteSum/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ These are defined in an identical way to infinite sums (`HasSum`). For example,
8787
the function `ℕ → ℝ` sending `n` to `1 / 2` has a product of `0`, rather than saying that it does
8888
not converge as some authors would. -/
8989
@[to_additive /-- `HasSum f a L` means that the (potentially infinite) sum of the `f b` for `b : β`
90-
converges to `a` along the SummationFilter `L``.
90+
converges to `a` along the SummationFilter `L`.
9191
9292
By default `L` is the `unconditional` one, corresponding to the limit of all finite sets towards
9393
the entire type. So we take the sum over bigger and bigger finite sets. This sum operation is

Mathlib/Topology/Algebra/IsUniformGroup/Constructions.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ end PiProd
7979

8080
section DiscreteUniformity
8181

82-
/-- The discrete uniformity makes a group a `IsUniformGroup. -/
82+
/-- The discrete uniformity makes a group a `IsUniformGroup`. -/
8383
@[to_additive /-- The discrete uniformity makes an additive group a `IsUniformAddGroup`. -/]
8484
instance [UniformSpace G] [DiscreteUniformity G] : IsUniformGroup G where
8585
uniformContinuous_div := DiscreteUniformity.uniformContinuous (G × G) fun p ↦ p.1 / p.2

Mathlib/Topology/CompactOpen.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ theorem curry_apply (f : C(X × Y, Z)) (a : X) (b : Y) : f.curry a b = f (a, b)
409409
rfl
410410

411411
/-- To show continuity of a map `α → C(β, γ)`, it suffices to show that its uncurried form
412-
α × β → γ` is continuous. -/
412+
`α × β → γ` is continuous. -/
413413
theorem continuous_of_continuous_uncurry (f : X → C(Y, Z))
414414
(h : Continuous (Function.uncurry fun x y => f x y)) : Continuous f :=
415415
(curry ⟨_, h⟩).2

Mathlib/Topology/Constructions.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def CofiniteTopology (X : Type*) := X
249249

250250
namespace CofiniteTopology
251251

252-
/-- The identity equivalence between `` and `CofiniteTopology `. -/
252+
/-- The identity equivalence between `X` and `CofiniteTopology X`. -/
253253
def of : X ≃ CofiniteTopology X :=
254254
Equiv.refl X
255255

Mathlib/Topology/ContinuousOn.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ theorem ContinuousWithinAt.diff_iff
290290
h.mono diff_subset⟩
291291

292292
/-- See also `continuousWithinAt_diff_singleton` for the case of `s \ {y}`, but
293-
requiring `T1Space α. -/
293+
requiring `T1Space α`. -/
294294
@[simp]
295295
theorem continuousWithinAt_diff_self :
296296
ContinuousWithinAt f (s \ {x}) x ↔ ContinuousWithinAt f s x :=

Mathlib/Topology/MetricSpace/DilationEquiv.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public import Mathlib.Topology.MetricSpace.Dilation
1010
/-!
1111
# Dilation equivalence
1212
13-
In this file we define `DilationEquiv X Y`, a type of bundled equivalences between `X` and Y` such
13+
In this file we define `DilationEquiv X Y`, a type of bundled equivalences between `X` and `Y` such
1414
that `edist (f x) (f y) = r * edist x y` for some `r : ℝ≥0`, `r ≠ 0`.
1515
1616
We also develop basic API about these equivalences.

Mathlib/Topology/MetricSpace/PiNat.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ variable [∀ i, MetricSpace (F i)]
937937
/-- Given a countable family of metric spaces, one may put a distance on their product `Π i, E i`.
938938
939939
It is highly non-canonical, though, and therefore not registered as a global instance.
940-
The distance we use here is edist x y = ∑' i, min (1/2)^(encode i) (edist (x i) (y i))`. -/
940+
The distance we use here is `edist x y = ∑' i, min (1/2)^(encode i) (edist (x i) (y i))`. -/
941941
protected def metricSpace : MetricSpace (∀ i, F i) :=
942942
EMetricSpace.toMetricSpaceOfDist dist (by simp) (by simp [edist_dist])
943943

Mathlib/Topology/Order/OrderClosed.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ We prove many basic properties of such topologies.
2828
2929
This file contains the proofs of the following facts.
3030
For exact requirements
31-
(`OrderClosedTopology` vs `ClosedIciTopology` vs `ClosedIicTopology,
32-
`Preorder` vs `PartialOrder` vs `LinearOrder` etc)
31+
(`OrderClosedTopology` vs `ClosedIciTopology` vs `ClosedIicTopology`,
32+
`Preorder` vs `PartialOrder` vs `LinearOrder`, etc.)
3333
see their statements.
3434
3535
### Open / closed sets

Mathlib/Topology/VectorBundle/Riemannian.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ structure RiemannianMetric where
380380
continuousAt (b : B) : ContinuousAt (fun (v : E b) ↦ inner b v v) 0
381381
isVonNBounded (b : B) : IsVonNBounded ℝ {v : E b | inner b v v < 1}
382382

383-
/-- `Core structure associated to a family of inner products on the fibers of a fiber bundle. This
383+
/-- `Core` structure associated to a family of inner products on the fibers of a fiber bundle. This
384384
is an auxiliary construction to endow the fibers with an inner product space structure without
385385
creating diamonds.
386386

0 commit comments

Comments
 (0)