let V be RealLinearSpace; :: thesis: for u, v, w, y being VECTOR of V holds
( [[u,v],[w,y]] in DirPar V iff u,v // w,y )

let u, v, w, y be VECTOR of V; :: thesis: ( [[u,v],[w,y]] in DirPar V iff u,v // w,y )
thus ( [[u,v],[w,y]] in DirPar V implies u,v // w,y ) :: thesis: ( u,v // w,y implies [[u,v],[w,y]] in DirPar V )
proof
assume [[u,v],[w,y]] in DirPar V ; :: thesis: u,v // w,y
then consider u', v', w', y' being VECTOR of V such that
A1: ( [u,v] = [u',v'] & [w,y] = [w',y'] ) and
A2: u',v' // w',y' by Def3;
( u = u' & v = v' & w = w' & y = y' ) by A1, ZFMISC_1:33;
hence u,v // w,y by A2; :: thesis: verum
end;
thus ( u,v // w,y implies [[u,v],[w,y]] in DirPar V ) by Def3; :: thesis: verum