reserve a,b,c for set;

theorem Th3:
  for p,q being FinSequence st len p = 0 holds q = p ^ q
proof
  let p,q be FinSequence;
  assume len p = 0;
  then p = {};
  hence thesis by FINSEQ_1:34;
end;
