Theorems · Theorem · algebraic topology
IsContinuousRiemannianBundle.exists_continuous
∀ {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}
[self : IsContinuousRiemannianBundle F E],
∃ g, (Continuous fun x => ⟨x, g x⟩) ∧ ∀ (x : B) (v w : E x), inner ℝ v w = ((g x) v) wThere exists a bilinear form, depending continuously on the basepoint and defining the inner product in the fibers. This is expressed as an existence statement so that it is Prop-valued in terms of existing data, the inner product on the fibers and the fiber bundle structure.
- Defined in
- Mathlib.Topology.VectorBundle.Riemannian
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 186 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- IsContinuousRiemannianBundle
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ContinuousLinearMapstatement · cited by 5,352
- InnerProductSpacestatement and proof · cited by 3,523
- Continuousstatement · cited by 2,592
- Inner.innerstatement · cited by 1,089
- Bundle.TotalSpacestatement and proof · cited by 766
- FiberBundlestatement and proof · cited by 471
Cited by3
Results whose statement or proof uses this declaration.
- ContinuousWithinAt.inner_bundleproof · cited by 2
- eventually_norm_symmL_trivializationAt_comp_self_ltproof · cited by 1
- eventually_norm_symmL_trivializationAt_self_comp_ltproof · cited by 1