let V be RealLinearSpace; :: thesis: for w, y being VECTOR of V
for a, b, a1, b1, c1, d1 being Element of (DTrSpace V,w,y) st Gen w,y & a,b // a1,b1 & a,b // c1,d1 & a <> b holds
a1,b1 // c1,d1

let w, y be VECTOR of V; :: thesis: for a, b, a1, b1, c1, d1 being Element of (DTrSpace V,w,y) st Gen w,y & a,b // a1,b1 & a,b // c1,d1 & a <> b holds
a1,b1 // c1,d1

let a, b, a1, b1, c1, d1 be Element of (DTrSpace V,w,y); :: thesis: ( Gen w,y & a,b // a1,b1 & a,b // c1,d1 & a <> b implies a1,b1 // c1,d1 )
assume A1: ( Gen w,y & a,b // a1,b1 & a,b // c1,d1 & a <> b ) ; :: thesis: a1,b1 // c1,d1
reconsider u = a, v = b, u1 = a1, v1 = b1, u2 = c1, v2 = d1 as VECTOR of V ;
( u,v,u1,v1 are_DTr_wrt w,y & u,v,u2,v2 are_DTr_wrt w,y & u <> v ) by A1, Th47;
then u1,v1,u2,v2 are_DTr_wrt w,y by A1, Th21;
hence a1,b1 // c1,d1 by A1, Th47; :: thesis: verum