theorem Th21:
  prop n = prop m implies n = m
proof
  assume prop n = prop m;
  then 3+n = 3+m by FINSEQ_1:76;
  hence thesis;
end;
