theorem Th1:
  Gen w,y implies OASpace(V) is OAffinSpace
proof
  assume Gen w,y;
  then for a1,a2 st a1*w + a2*y = 0.V holds a1=0 & a2=0 by ANALMETR:def 1;
  hence thesis by ANALOAF:26;
end;
