Manifold structure on real intervals #
The manifold structure on real intervals is defined in Mathlib.Geometry.Manifold.Instances.Real.
We relate it to the manifold structure on the real line, by showing that the inclusion
(contMDiff_subtypeVal_Icc) and projection (contMDiffOn_projIcc) are smooth, and showing that
a function defined on the interval is smooth iff its composition with the projection is smooth on
the interval in โ (see contMDiffOn_comp_projIcc_iff and friends).
We also define 1 : TangentSpace (๐กโ 1) z, and relate it to 1 in the real line.
isSmoothEmbedding_subtypeVal_Icc: the inclusionIcc x y โ โis a smooth embedding, and in particular smooth (contMDiff_subtypeVal_Icc)contMDiff_iff_comp_subtypeVal_Icc: a functionf : M โ Icc x yis smooth iff its composition with the inclusion intoโis smooth
TODO #
This file can be thoroughly rewritten once mathlib has a good theory of smooth submersions. Once this is done,
- prove the projection
โ โ Icc x yis a smooth submersion, hence smooth - use this to simplify the proof that
f : Icc x y โ Mis smooth iff the compositionโ โ Mwith the projectionโ โ Icc x yis
Equations
- instOneTangentSpaceRealModelWithCornersSelf x = { one := 1 }
Unit vector in the tangent space to a segment, as the image of the unit vector in the real line
under the canonical projection. It is also mapped to the unit vector in the real line through
the canonical injection, see mfderiv_subtypeVal_Icc_one.
Note that one cannot abuse defeqs for this definition: this is not the same as the vector
fun _ โฆ 1 in EuclideanSpace โ (Fin 1) through defeqs, as one of the charts of Icc x y is
orientation-reversing.
Equations
- oneTangentSpaceIcc z = (mfderiv[Set.Icc x y] (Set.projIcc x y โฏ) โz) 1
Instances For
The inclusion map from a closed segment to โ is a smooth immersion
The inclusion map from a closed segment to โ is a smooth embedding
The inclusion map from of a closed segment to โ is smooth in the manifold sense.
Alias of contMDiff_subtypeVal_Icc.
The inclusion map from of a closed segment to โ is smooth in the manifold sense.
A function f : M โ Icc x y is smooth iff its composition with the inclusion
into โ is smooth.
The projection from โ to a closed segment is smooth on the segment, in the manifold sense.
Alias of mfderiv_subtypeVal_Icc_one.