Mathlib Map

Theorems · Theorem · functional analysis

dist_eq_norm_vsub

∀ (V : Type u_2) {P : Type u_3} [inst : SeminormedAddCommGroup V] [inst_1 : PseudoMetricSpace P]
  [inst_2 : NormedAddTorsor V P] (x y : P), dist x y = ‖x -ᵥ y‖

The distance equals the norm of subtracting two points. In this lemma, it is necessary to have V as an explicit argument; otherwise rw dist_eq_norm_vsub sometimes doesn't work.

Defined in
Mathlib.Analysis.Normed.Group.AddTorsor
Cited by
76 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
SeminormedAddCommGroupPseudoMetricSpaceNormedAddTorsor

Around this declaration

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

dist_eq_norm_vsub' · cited by 21dist_eq_norm_vsub'dist_vadd_left · cited by 9dist_vadd_leftAffineIsometry.dist_map · cited by 6AffineIsometry.dist_mapdist_lineMap_lineMap · cited by 5dist_lineMap_lineMapEuclideanGeometry.dist_sq_eq_dist_orthogonalProjection_sq_add_dist_orthogonalProjection_sq · cited by 5EuclideanGeometry.dist_sq…Affine.Simplex.ExcenterExists.sign_touchpointWeights · cited by 4ExcenterExists.sign_touch…Affine.Simplex.ExcenterExists.touchpoint_injective · cited by 4ExcenterExists.touchpoint…EuclideanGeometry.dist_smul_vadd_eq_dist · cited by 4EuclideanGeometry.dist_sm…dist_vadd_cancel_right · cited by 4dist_vadd_cancel_rightEuclideanGeometry.inner_pos_or_eq_of_dist_le_radius · cited by 3EuclideanGeometry.inner_p…EuclideanGeometry.mul_dist_eq_abs_sub_sq_dist · cited by 3EuclideanGeometry.mul_dis…EuclideanGeometry.angle_eq_arcsin_of_angle_eq_pi_div_two · cited by 3EuclideanGeometry.angle_e…EuclideanGeometry.dist_inversion_inversion · cited by 3EuclideanGeometry.dist_in…EuclideanGeometry.inner_weightedVSub · cited by 2EuclideanGeometry.inner_w…Sbtw.dist_lt_max_dist · cited by 2Sbtw.dist_lt_max_distReal · cited by 25697RealNorm.norm · cited by 5413Norm.normSeminormedAddCommGroup · cited by 2671SeminormedAddCommGroupPseudoMetricSpace · cited by 1550PseudoMetricSpaceDist.dist · cited by 1539Dist.distNormedAddTorsor · cited by 1325NormedAddTorsorVSub.vsub · cited by 817VSub.vsubNormedAddTorsor.dist_eq_norm' · cited by 2NormedAddTorsor.dist_eq_n…dist_eq_norm_vsubCITED BYCITES

Cites8

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

Cited by76

Results whose statement or proof uses this declaration.