theorem Th4:
  cF = {} implies Product cF = 1
  proof
    assume cF={};
    then len cF = 0;
    hence thesis by BINOP_2:6,AFINSQ_2:def 8;
  end;
