Step * of Lemma real-vec-right-angle-lemma

[n:ℕ]. ∀[x,z:ℝ^n].  uiff(x⋅r0;d(z;x) d(z;r(-1)*x))
BY
(Intros
   THEN (RWO  "real-vec-dist-equal-iff" THENA Auto)
   THEN (RWW "dot-product-linearity1-sub.1  dot-product-linearity1-sub.2" 0⋅ THENA Auto)
   THEN RWW "dot-product-linearity2.1  dot-product-linearity2.2" 0⋅
   THEN Auto) }

1
1. : ℕ
2. : ℝ^n
3. : ℝ^n
4. x⋅r0
⊢ (z⋅z⋅x⋅x⋅x) (z⋅r(-1) z⋅(r(-1) x⋅z) r(-1) r(-1) x⋅x)

2
1. : ℕ
2. : ℝ^n
3. : ℝ^n
4. (z⋅z⋅x⋅x⋅x) (z⋅r(-1) z⋅(r(-1) x⋅z) r(-1) r(-1) x⋅x)
⊢ x⋅r0


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[x,z:\mBbbR{}\^{}n].    uiff(x\mcdot{}z  =  r0;d(z;x)  =  d(z;r(-1)*x))


By


Latex:
(Intros
  THEN  (RWO    "real-vec-dist-equal-iff"  0  THENA  Auto)
  THEN  (RWW  "dot-product-linearity1-sub.1    dot-product-linearity1-sub.2"  0\mcdot{}  THENA  Auto)
  THEN  RWW  "dot-product-linearity2.1    dot-product-linearity2.2"  0\mcdot{}
  THEN  Auto)




Home Index