let S be OAffinSpace; for x, y, z, t being Element of S st x,y // z,t & x,y // t,z & not x = y holds
z = t
let x, y, z, t be Element of S; ( x,y // z,t & x,y // t,z & not x = y implies z = t )
assume that
A1:
( x,y // z,t & x,y // t,z & x <> y )
and
A2:
z <> t
; contradiction
z,t // t,z
by A1, ANALOAF:def 5;
hence
contradiction
by A2, ANALOAF:def 5; verum