Skip to content

Commit 144fd29

Browse files
committed
Generalise to topological vector bundles
1 parent eb35ab4 commit 144fd29

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

Mathlib/Geometry/Manifold/VectorBundle/GramSchmidtOrtho.lean

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ vector bundle, bundle metric, orthonormal frame, Gram-Schmidt
2828
open Manifold Bundle ContinuousLinearMap ENat Bornology
2929
open scoped ContDiff Topology
3030

31-
-- Let `E` be a smooth vector bundle with a `C^n` Riemannian structure over a `C^k` manifold `B`.
32-
variable
33-
{EB : Type*} [NormedAddCommGroup EB] [NormedSpace ℝ EB]
34-
{HB : Type*} [TopologicalSpace HB] {IB : ModelWithCorners ℝ EB HB} {k n : WithTop ℕ∞}
35-
{B : Type*} [TopologicalSpace B] [ChartedSpace HB B]
36-
{F : Type*} [NormedAddCommGroup F] [NormedSpace ℝ F]
31+
-- Let `E` be a topological vector bundle over a topological space `B`,
32+
-- with a continuous Riemannian structure.
33+
variable {B F : Type*} [TopologicalSpace B]
34+
[NormedAddCommGroup F] [NormedSpace ℝ F]
3735
{E : B → Type*} [TopologicalSpace (TotalSpace F E)] [∀ x, NormedAddCommGroup (E x)]
3836
[∀ x, InnerProductSpace ℝ (E x)] [FiberBundle F E] [VectorBundle ℝ F E]
39-
[IsManifold IB k B] [ContMDiffVectorBundle n F E IB]
40-
[IsContMDiffRiemannianBundle IB n F E]
37+
[IsContinuousRiemannianBundle F E]
4138

4239
variable {ι : Type*} [LinearOrder ι] [LocallyFiniteOrderBot ι] [WellFoundedLT ι]
4340

0 commit comments

Comments
 (0)