theorem Th32:
  (for a holds m1.a = m2.a) implies m1 = m2
proof
  assume for a holds m1.a = m2.a;
  then for x being object st x in A holds m1.x = m2.x;
  hence thesis by Th20;
end;
