Step * 1 1 of Lemma ip-triangle-permute-lemma


1. rv InnerProductSpace
2. Point(rv)
3. Point(rv)
4. |x ⋅ y| < (||x|| ||y||)
5. (x ⋅ x ⋅ y) < (x^2 y^2)
⊢ ((x ⋅ x^2) (x ⋅ x^2)) < (x^2 ((y^2 r(2) y ⋅ x) x^2))
BY
((Assert y ⋅ x ⋅ BY Auto) THEN (RWO  "-1" THENA Auto)) }

1
1. rv InnerProductSpace
2. Point(rv)
3. Point(rv)
4. |x ⋅ y| < (||x|| ||y||)
5. (x ⋅ x ⋅ y) < (x^2 y^2)
6. y ⋅ x ⋅ y
⊢ ((x ⋅ x^2) (x ⋅ x^2)) < (x^2 ((y^2 r(2) x ⋅ y) x^2))


Latex:


Latex:

1.  rv  :  InnerProductSpace
2.  x  :  Point(rv)
3.  y  :  Point(rv)
4.  |x  \mcdot{}  y|  <  (||x||  *  ||y||)
5.  (x  \mcdot{}  y  *  x  \mcdot{}  y)  <  (x\^{}2  *  y\^{}2)
\mvdash{}  ((x  \mcdot{}  y  -  x\^{}2)  *  (x  \mcdot{}  y  -  x\^{}2))  <  (x\^{}2  *  ((y\^{}2  -  r(2)  *  y  \mcdot{}  x)  +  x\^{}2))


By


Latex:
((Assert  y  \mcdot{}  x  =  x  \mcdot{}  y  BY  Auto)  THEN  (RWO    "-1"  0  THENA  Auto))




Home Index