Step
*
of Lemma
sq_stable__rv-sep
∀rv:InnerProductSpace. ∀x,y:Point.  SqStable(x # y)
BY
{ (Auto THEN Assert  ⌜x # y 
⇐⇒ r0 < ||x - y||⌝⋅) }
1
.....assertion..... 
1. rv : InnerProductSpace
2. x : Point
3. y : Point
⊢ x # y 
⇐⇒ r0 < ||x - y||
2
1. rv : InnerProductSpace
2. x : Point
3. y : Point
4. x # y 
⇐⇒ r0 < ||x - y||
⊢ SqStable(x # y)
Latex:
Latex:
\mforall{}rv:InnerProductSpace.  \mforall{}x,y:Point.    SqStable(x  \#  y)
By
Latex:
(Auto  THEN  Assert    \mkleeneopen{}x  \#  y  \mLeftarrow{}{}\mRightarrow{}  r0  <  ||x  -  y||\mkleeneclose{}\mcdot{})
Home
Index