Theorems · Theorem · algebraic topology
ContinuousOn.inner_bundle
∀ {B : Type u_1} [inst : TopologicalSpace B] {F : Type u_2} [inst_1 : NormedAddCommGroup F] [inst_2 : NormedSpace ℝ F]
{E : B → Type u_3} [inst_3 : TopologicalSpace (Bundle.TotalSpace F E)] [inst_4 : (x : B) → NormedAddCommGroup (E x)]
[inst_5 : (x : B) → InnerProductSpace ℝ (E x)] [inst_6 : FiberBundle F E] [inst_7 : VectorBundle ℝ F E] {M : Type u_4}
[inst_8 : TopologicalSpace M] [h : IsContinuousRiemannianBundle F E] {b : M → B} {v w : (x : M) → E (b x)}
{s : Set M},
ContinuousOn (fun m => ⟨b m, v m⟩) s →
ContinuousOn (fun m => ⟨b m, w m⟩) s → ContinuousOn (fun b_1 => inner ℝ (v b_1) (w b_1)) sGiven two continuous maps into the same fibers of a continuous Riemannian bundle,
their inner product is continuous. Version with ContinuousOn.
- Defined in
- Mathlib.Topology.VectorBundle.Riemannian
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 189 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- InnerProductSpacestatement and proof · cited by 3,523
- ContinuousOnstatement and proof · cited by 1,411
- Inner.innerstatement · cited by 1,089
- Bundle.TotalSpacestatement and proof · cited by 766
- FiberBundlestatement and proof · cited by 471
- VectorBundlestatement and proof · cited by 315
- IsContinuousRiemannianBundlestatement and proof · cited by 20
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.