reserve V for non empty RLSStruct;
reserve x,y,y1 for set;
reserve v for VECTOR of V;
reserve a,b for Real;

theorem
  for V being add-associative non empty addLoopStr,
  v,u,w being Element of V holds (v + u) - w = v + (u - w) by Def3;
