reserve p,q,r for FinSequence,
  x,y for object;

theorem
  {}$^p = p & p$^{} = p
proof
  {}^p = p & p^{} = p by FINSEQ_1:34;
  hence thesis by Def1;
end;
