Mathlib Map

Theorems · Inductive type · algebraic topology

IsContinuousRiemannianBundle

{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] → [VectorBundle ℝ F E] → Prop

Consider a real vector bundle in which each fiber is endowed with an inner product. We say that the bundle is Riemannian if the inner product depends continuously on the base point. This assumption is spelled IsContinuousRiemannianBundle F E where F is the model fiber, and E : B → Type* is the bundle.

Defined in
Mathlib.Topology.VectorBundle.Riemannian
Cited by
20 results in Mathlib
Foundations
Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceNormedAddCommGroupInnerProductSpaceFiberBundleVectorBundle

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsContinuousRiemannianBundle.exists_continuous · cited by 3IsContinuousRiemannianBun…setOfPred_riemannianEDist_lt_subset_nhds · cited by 2setOfPred_riemannianEDist…ContinuousWithinAt.inner_bundle · cited by 2ContinuousWithinAt.inner_…eventually_norm_mfderivWithin_symm_extChartAt_comp_lt · cited by 1eventually_norm_mfderivWi…eventually_norm_mfderivWithin_symm_extChartAt_lt · cited by 1eventually_norm_mfderivWi…eventually_norm_mfderiv_extChartAt_lt · cited by 1eventually_norm_mfderiv_e…eventually_norm_symmL_trivializationAt_comp_self_lt · cited by 1eventually_norm_symmL_tri…eventually_norm_symmL_trivializationAt_lt · cited by 1eventually_norm_symmL_tri…eventually_norm_symmL_trivializationAt_self_comp_lt · cited by 1eventually_norm_symmL_tri…eventually_norm_trivializationAt_lt · cited by 1eventually_norm_trivializ…ContinuousAt.inner_bundle · cited by 1ContinuousAt.inner_bundleeventually_riemannianEDist_le_edist_extChartAt · cited by 1eventually_riemannianEDis…eventually_enorm_mfderivWithin_symm_extChartAt_lt · cited by 1eventually_enorm_mfderivW…eventually_enorm_mfderiv_extChartAt_lt · cited by 1eventually_enorm_mfderiv_…setOfPred_riemannianEDist_lt_subset_nhds' · cited by 1setOfPred_riemannianEDist…Real · cited by 25697RealTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceInnerProductSpace · cited by 3523InnerProductSpaceBundle.TotalSpace · cited by 766Bundle.TotalSpaceFiberBundle · cited by 471FiberBundleVectorBundle · cited by 315VectorBundleIsContinuousRiemannianBundleCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by26

Results whose statement or proof uses this declaration.