let S be OAffinSpace; :: thesis: for x, y, z, t being Element of S st x,y // z,t holds
z,t // x,y

let x, y, z, t be Element of S; :: thesis: ( x,y // z,t implies z,t // x,y )
assume A1: x,y // z,t ; :: thesis: z,t // x,y
now :: thesis: ( x <> y implies z,t // x,y )
assume A2: x <> y ; :: thesis: z,t // x,y
x,y // x,y by Th1;
hence z,t // x,y by A1, A2, ANALOAF:def 5; :: thesis: verum
end;
hence z,t // x,y by ANALOAF:def 5; :: thesis: verum