 reserve a,b,c,x for Real;

theorem Hope5:
  (AffineMap (0,0)).x <> 1
  proof
    (AffineMap (0,0)).x = 0 * x + 0 by FCONT_1:def 4 .= 0;
    hence thesis;
  end;
