reserve a,b,c for set;

theorem
  for f being FinSequence st len f=0 holds Rev f=f
proof
  let f be FinSequence;
  assume len f=0;
  then f = {};
  hence thesis;
end;
