let V be RealLinearSpace; :: thesis: for u, v, w, y being VECTOR of V
for a, b being Real st u,v are_Ort_wrt w,y holds
( a * u,v are_Ort_wrt w,y & u,b * v are_Ort_wrt w,y )
let u, v, w, y be VECTOR of V; :: thesis: for a, b being Real st u,v are_Ort_wrt w,y holds
( a * u,v are_Ort_wrt w,y & u,b * v are_Ort_wrt w,y )
let a, b be Real; :: thesis: ( u,v are_Ort_wrt w,y implies ( a * u,v are_Ort_wrt w,y & u,b * v are_Ort_wrt w,y ) )
assume A1:
u,v are_Ort_wrt w,y
; :: thesis: ( a * u,v are_Ort_wrt w,y & u,b * v are_Ort_wrt w,y )
( v = 1 * v & u = 1 * u )
by RLVECT_1:def 9;
hence
( a * u,v are_Ort_wrt w,y & u,b * v are_Ort_wrt w,y )
by A1, Th10; :: thesis: verum