The span of a single vector #
The equivalence of ๐ and ๐ โข x for x โ 0 are defined as continuous linear equivalence and
isometry.
Main definitions #
ContinuousLinearEquiv.toSpanNonzeroSingleton: The continuous linear equivalence between๐and๐ โข xforx โ 0.LinearIsometryEquiv.toSpanUnitSingleton: Forโxโ = 1the continuous linear equivalence is a linear isometry equivalence.
theorem
LinearMap.toSpanSingleton_homothety
(๐ : Type u_1)
{E : Type u_2}
[NormedDivisionRing ๐]
[SeminormedAddCommGroup E]
[Module ๐ E]
[NormSMulClass ๐ E]
(x : E)
(c : ๐)
:
theorem
LinearEquiv.toSpanNonzeroSingleton_homothety
(๐ : Type u_1)
{E : Type u_2}
[NormedDivisionRing ๐]
[SeminormedAddCommGroup E]
[Module ๐ E]
[NormSMulClass ๐ E]
(x : E)
(h : x โ 0)
(c : ๐)
:
noncomputable def
ContinuousLinearEquiv.toSpanNonzeroSingleton
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
(x : E)
(h : x โ 0)
:
Given a nonzero element x of a normed space Eโ over a field ๐, the natural
continuous linear equivalence from ๐ to the span of x.
Instances For
@[simp]
theorem
ContinuousLinearEquiv.toSpanNonzeroSingleton_apply_coe
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
(x : E)
(h : x โ 0)
(aโ : ๐)
:
โ((toSpanNonzeroSingleton ๐ x h) aโ) = aโ โข x
@[simp]
theorem
ContinuousLinearEquiv.toSpanNonzeroSingleton_symm_apply
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
(x : E)
(h : x โ 0)
(aโ : โฅ(๐ โ x))
:
(toSpanNonzeroSingleton ๐ x h).symm aโ = (LinearEquiv.ofInjective (LinearMap.toSpanSingleton ๐ E x) โฏ).symm
((LinearEquiv.ofEq (๐ โ x) (LinearMap.toSpanSingleton ๐ E x).range โฏ) aโ)
noncomputable def
ContinuousLinearEquiv.coord
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
(x : E)
(h : x โ 0)
:
StrongDual ๐ โฅ(๐ โ x)
Given a nonzero element x of a normed space Eโ over a field ๐, the natural continuous
linear map from the span of x to ๐.
Instances For
@[simp]
theorem
ContinuousLinearEquiv.coe_toSpanNonzeroSingleton_symm
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
{x : E}
(h : x โ 0)
:
โ(toSpanNonzeroSingleton ๐ x h).symm = โ(coord ๐ x h)
@[simp]
theorem
ContinuousLinearEquiv.coord_toSpanNonzeroSingleton
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
{x : E}
(h : x โ 0)
(c : ๐)
:
(coord ๐ x h) ((toSpanNonzeroSingleton ๐ x h) c) = c
@[simp]
theorem
ContinuousLinearEquiv.toSpanNonzeroSingleton_coord
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
{x : E}
(h : x โ 0)
(y : โฅ(๐ โ x))
:
(toSpanNonzeroSingleton ๐ x h) ((coord ๐ x h) y) = y
@[simp]
theorem
ContinuousLinearEquiv.coord_self
(๐ : Type u_1)
{E : Type u_2}
[NormedField ๐]
[NormedAddCommGroup E]
[NormedSpace ๐ E]
(x : E)
(h : x โ 0)
:
(coord ๐ x h) โจx, โฏโฉ = 1
noncomputable def
LinearIsometryEquiv.toSpanUnitSingleton
{๐ : Type u_1}
{E : Type u_2}
[NormedDivisionRing ๐]
[SeminormedAddCommGroup E]
[Module ๐ E]
[NormSMulClass ๐ E]
(x : E)
(hx : โxโ = 1)
:
Given a unit element x of a normed space E over a field ๐, the natural
linear isometry equivalence from ๐ to the span of x.
Instances For
@[simp]
theorem
LinearIsometryEquiv.toSpanUnitSingleton_apply
{๐ : Type u_1}
{E : Type u_2}
[NormedDivisionRing ๐]
[SeminormedAddCommGroup E]
[Module ๐ E]
[NormSMulClass ๐ E]
(x : E)
(hx : โxโ = 1)
(r : ๐)
:
(toSpanUnitSingleton x hx) r = โจr โข x, โฏโฉ