let V be RealLinearSpace; :: thesis: for v1, w, v2 being VECTOR of V st v1 - w = v2 - w holds
v1 = v2

let v1, w, v2 be VECTOR of V; :: thesis: ( v1 - w = v2 - w implies v1 = v2 )
assume v1 - w = v2 - w ; :: thesis: v1 = v2
then - (v1 - w) = w - v2 by RLVECT_1:47;
then w - v1 = w - v2 by RLVECT_1:47;
hence v1 = v2 by RLVECT_1:37; :: thesis: verum