reserve G for non empty addLoopStr;
reserve x for Element of G;
reserve M for non empty MidStr;
reserve p,q,r for Point of M;
reserve w for Function of [:the carrier of M,the carrier of M:], the carrier
  of G;
reserve S for non empty set;
reserve a,b,b9,c,c9,d for Element of S;
reserve w for Function of [:S,S:],the carrier of G;
reserve G for add-associative right_zeroed right_complementable non empty
  addLoopStr;
reserve x for Element of G;
reserve w for Function of [:S,S:],the carrier of G;

theorem Th3:
  w is_atlas_of S,G & w.(a,b) = 0.G implies a = b
proof
  assume that
A1: w is_atlas_of S,G and
A2: w.(a,b) = 0.G;
  w.(a,b) = w.(a,a) by A1,A2,Th2;
  hence thesis by A1;
end;
