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'.
- Cited by
- 414 results in Mathlib
- Foundations
- Depth 166 from the axioms, rests on 4,067 definitions · uses propext, Classical.choice, Quot.sound
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.
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.ofPredproof · cited by 6,101
- ModelWithCornersstatement and proof · cited by 2,462
- PartialEquiv.sourceproof · cited by 964
- PartialEquiv.toFunproof · cited by 821
- PartialEquiv.targetproof · cited by 650
- ModelProdstatement and proof · cited by 509
- ModelWithCorners.toFun'proof · cited by 373
- PartialEquivproof · cited by 335
Cited by456
Results whose statement or proof uses this declaration.
- ModelWithCorners.tangentproof · cited by 98
- modelWithCornersSelf_prodstatement · cited by 10
- ContMDiffWithinAt.prodMkstatement · cited by 10
- equivTangentBundleProdstatement and proof · cited by 8
- IsLocalFrameOn.contMDiffOnstatement · cited by 7
- IsCovariantDerivativeOn.leibnizstatement · cited by 7
- mdifferentiableAt_fststatement · cited by 7
- mdifferentiableAt_sndstatement · cited by 7
- contMDiff_sndstatement · cited by 7
- Bundle.contMDiff_zeroSectionstatement · cited by 7
- IsCovariantDerivativeOn.addstatement · cited by 6
- contMDiff_fststatement · cited by 6
Showing the 200 most cited of 456.