theorem Th21:
  for G being unital non empty multMagma holds
    the_unity_wrt the multF of G = 1_G
proof
  let G be unital non empty multMagma;
  1_G is_a_unity_wrt the multF of G by Th20;
  hence thesis by BINOP_1:def 8;
end;
