theorem Th16:
  for F,G holds (F '&' G).1 = 3
proof
  let F,G;
  thus (F '&' G).1 = (<*3*>^(F^G)).1 by FINSEQ_1:32
    .= 3 by FINSEQ_1:41;
end;
