theorem
  {} in rng F iff Product F = 0
proof
  thus {} in rng F implies Product F = 0 by Th26,CARD_1:27;
  assume Product F = 0;
  then product F = {};
  hence thesis by Th26;
end;
