theorem
  m in dom f implies f/.1 = (f|m)/.1
proof
  assume that
A1: m in dom f;
  1<=m by A1,FINSEQ_3:25;
  then 1 in Seg m;
  hence thesis by A1,Th71;
end;
