Mathlib Map

Theorems · Definition · global analysis

ModelWithCorners.prod

{𝕜 : Type u} →
  [inst : NontriviallyNormedField 𝕜] →
    {E : Type v} →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : NormedSpace 𝕜 E] →
          {H : Type w} →
            [inst_3 : TopologicalSpace H] →
              ModelWithCorners 𝕜 E H →
                {E' : Type v'} →
                  [inst_4 : NormedAddCommGroup E'] →
                    [inst_5 : NormedSpace 𝕜 E'] →
                      {H' : Type w'} →
                        [inst_6 : TopologicalSpace H'] →
                          ModelWithCorners 𝕜 E' H' → ModelWithCorners 𝕜 (E × E') (ModelProd H H')

Given two model_with_corners I on (E, H) and I' on (E', H'), we define the model with corners I.prod I' on (E × E', ModelProd H H'). This appears in particular for the manifold structure on the tangent bundle to a manifold modelled on (E, H): it will be modelled on (E × E, H × E). See note [Manifold type tags] for explanation about ModelProd H H' vs H × H'.

Defined in
Mathlib.Geometry.Manifold.IsManifold.Basic
Cited by
414 results in Mathlib
Foundations
Depth 166 from the axioms, rests on 4,067 definitions · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceNormedAddCommGroupNormedSpaceTopologicalSpace

Around this declaration

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

ModelWithCorners.tangent · cited by 98ModelWithCorners.tangentmodelWithCornersSelf_prod · cited by 10modelWithCornersSelf_prodContMDiffWithinAt.prodMk · cited by 10ContMDiffWithinAt.prodMkequivTangentBundleProd · cited by 8equivTangentBundleProdIsLocalFrameOn.contMDiffOn · cited by 7IsLocalFrameOn.contMDiffOnIsCovariantDerivativeOn.leibniz · cited by 7IsCovariantDerivativeOn.l…mdifferentiableAt_fst · cited by 7mdifferentiableAt_fstmdifferentiableAt_snd · cited by 7mdifferentiableAt_sndcontMDiff_snd · cited by 7contMDiff_sndBundle.contMDiff_zeroSection · cited by 7Bundle.contMDiff_zeroSect…IsCovariantDerivativeOn.add · cited by 6IsCovariantDerivativeOn.a…contMDiff_fst · cited by 6contMDiff_fstIsCovariantDerivativeOn.torsion · cited by 5IsCovariantDerivativeOn.t…mdifferentiableWithinAt_totalSpace · cited by 5mdifferentiableWithinAt_t…ContMDiff.prodMk · cited by 5ContMDiff.prodMkTopologicalSpace · cited by 24529TopologicalSpaceNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldSet.ofPred · cited by 6101Set.ofPredModelWithCorners · cited by 2462ModelWithCornersPartialEquiv.source · cited by 964PartialEquiv.sourcePartialEquiv.toFun · cited by 821PartialEquiv.toFunPartialEquiv.target · cited by 650PartialEquiv.targetModelProd · cited by 509ModelProdModelWithCorners.toFun' · cited by 373ModelWithCorners.toFun'PartialEquiv · cited by 335PartialEquivModelWithCorners.symm · cited by 146ModelWithCorners.symmModelWithCorners.toPartialEquiv · cited by 72ModelWithCorners.toPartia…PartialEquiv.prod · cited by 29PartialEquiv.prodModelWithCorners.prodCITED BYCITES

Cites15

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

Cited by456

Results whose statement or proof uses this declaration.

Showing the 200 most cited of 456.