theorem Th48:
  for a,b being Real holds AffineMap(a,b).0 = b
proof
  let a,b be Real;
  thus AffineMap(a,b).0 = a*0 + b by Def4
    .= b;
end;
