Mapping C(X, â) to C(X, ð) and back #
This file contains the definitions for ContinuousMap.realToRCLike and
ContinuousMap.rclikeToReal, which map C(X, â) to C(X, ð) and back for any RCLike ð.
def
ContinuousMap.realToRCLike
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f : C(X, â))
:
Lifting C(X, â) to C(X, ð) using RCLike.ofReal.
Equations
- ContinuousMap.realToRCLike ð f = { toFun := fun (x : X) => â(f x), continuous_toFun := âŊ }
Instances For
@[simp]
theorem
ContinuousMap.realToRCLike_apply
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f : C(X, â))
(x : X)
:
@[simp]
theorem
ContinuousMap.isSelfAdjoint_realToRCLike
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
{f : C(X, â)}
:
IsSelfAdjoint (realToRCLike ð f)
def
ContinuousMap.realToRCLikeOrderEmbedding
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
ContinuousMap.realToRCLike as an order embedding.
Equations
- ContinuousMap.realToRCLikeOrderEmbedding X ð = { toFun := ContinuousMap.realToRCLike ð, inj' := âŊ, map_rel_iff' := âŊ }
Instances For
@[simp]
theorem
ContinuousMap.realToRCLikeOrderEmbedding_apply
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f : C(X, â))
:
theorem
ContinuousMap.realToRCLike_monotone
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
Monotone (realToRCLike ð)
theorem
ContinuousMap.realToRCLike_strictMono
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
StrictMono (realToRCLike ð)
@[simp]
theorem
ContinuousMap.realToRCLike_injective
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
Function.Injective (realToRCLike ð)
@[simp]
theorem
ContinuousMap.realToRCLike_inj
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
{f g : C(X, â)}
:
@[simp]
theorem
ContinuousMap.realToRCLike_le_realToRCLike_iff
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
{f g : C(X, â)}
:
@[simp]
theorem
ContinuousMap.realToRCLike_lt_realToRCLike_iff
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
{f g : C(X, â)}
:
@[simp]
theorem
ContinuousMap.isometry_realToRCLike
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
[CompactSpace X]
:
Isometry (realToRCLike ð)
@[simp]
theorem
ContinuousMap.continuous_realToRCLike
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
Continuous (realToRCLike ð)
noncomputable def
ContinuousMap.realToRCLikeStarAlgHom
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
ContinuousMap.realToRCLike as a â-algebra map.
Equations
- ContinuousMap.realToRCLikeStarAlgHom X ð = ContinuousMap.compStarAlgHom X (RCLike.ofRealStarAlgHom ð) âŊ
Instances For
@[simp]
theorem
ContinuousMap.realToRCLikeStarAlgHom_apply_apply
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f : C(X, â))
(aâ : X)
:
@[simp]
theorem
ContinuousMap.realToRCLikeStarAlgHom_apply
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f : C(X, â))
:
theorem
ContinuousMap.realToRCLike_star
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f : C(X, â))
:
@[simp]
theorem
ContinuousMap.realToRCLike_mul
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f g : C(X, â))
:
@[simp]
theorem
ContinuousMap.rclikeToReal_apply
{X : Type u_1}
{ð : Type u_2}
[TopologicalSpace X]
[RCLike ð]
(f : C(X, ð))
(x : X)
:
theorem
ContinuousMap.rclikeToReal_monotone
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
@[simp]
theorem
ContinuousMap.continuous_rclikeToReal
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
:
@[simp]
theorem
ContinuousMap.rclikeToReal_realToRCLike
{X : Type u_1}
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
(f : C(X, â))
:
theorem
ContinuousMap.IsSelfAdjoint.realToRCLike_rclikeToReal
{X : Type u_1}
{ð : Type u_2}
[TopologicalSpace X]
[RCLike ð]
{f : C(X, ð)}
(hf : IsSelfAdjoint f)
:
theorem
ContinuousMap.range_realToRCLike_eq_isSelfAdjoint
(X : Type u_1)
(ð : Type u_2)
[TopologicalSpace X]
[RCLike ð]
: