Mathlib Map

Theorems · Theorem · functional analysis

LinearIsometry.inner_map_map

∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
  {E' : Type u_7} [inst_3 : SeminormedAddCommGroup E'] [inst_4 : InnerProductSpace 𝕜 E'] (f : E →ₗᵢ[𝕜] E') (x y : E),
  inner 𝕜 (f x) (f y) = inner 𝕜 x y

A linear isometry preserves the inner product.

Defined in
Mathlib.Analysis.InnerProductSpace.LinearMap
Cited by
16 results in Mathlib
Foundations
Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeSeminormedAddCommGroupInnerProductSpaceSeminormedAddCommGroupInnerProductSpace

Around this declaration

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

LinearIsometryEquiv.inner_map_map · cited by 14LinearIsometryEquiv.inner…LinearIsometry.angle_map · cited by 3LinearIsometry.angle_mapEuclideanGeometry.orthogonalProjection_map · cited by 3EuclideanGeometry.orthogo…LinearIsometry.orthonormal_comp_iff · cited by 2LinearIsometry.orthonorma…Submodule.IsOrtho.comap · cited by 1IsOrtho.comapSubmodule.IsOrtho.map · cited by 1IsOrtho.mapLinearIsometry.map_starProjection · cited by 1LinearIsometry.map_starPr…LinearMap.norm_map_iff_inner_map_map · cited by 1LinearMap.norm_map_iff_in…Orientation.rightAngleRotationAux₁_rightAngleRotationAux₁ · cited by 1Orientation.rightAngleRot…OrthogonalFamily.inner_right_dfinsupp · cited by 1OrthogonalFamily.inner_ri…isConformalMap_iff · cited by 1isConformalMap_iffOrthogonalFamily.inner_sum · cited by 1OrthogonalFamily.inner_sumTensorProduct.inner_map_map · cited by 1TensorProduct.inner_map_m…OrthogonalFamily.orthonormal_sigma_orthonormal · cited by 1OrthogonalFamily.orthonor…EuclideanGeometry.Sphere.secondInter_map · cited by 0Sphere.secondInter_mapDFunLike.coe · cited by 62936DFunLike.coeRingHom.id · cited by 18349RingHom.idNorm.norm · cited by 5413Norm.normInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeSeminormedAddCommGroup · cited by 2671SeminormedAddCommGroupInner.inner · cited by 1089Inner.innermap_add · cited by 964map_addmap_smul · cited by 566map_smulmap_sub · cited by 565map_subRCLike.ofReal · cited by 350RCLike.ofRealLinearIsometry · cited by 194LinearIsometryRCLike.I · cited by 100RCLike.ILinearIsometry.norm_map · cited by 12LinearIsometry.norm_mapinner_eq_sum_norm_sq_div_four · cited by 1inner_eq_sum_norm_sq_div_…LinearIsometry.inner_map_mapCITED BYCITES

Cites15

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

Cited by16

Results whose statement or proof uses this declaration.