
theorem COMSEQ324:
  for n be Nat holds Partial_Product (seq_const 0c).n = 0
  proof
    let n be Nat;
    (NAT --> 0).n = 0; then
    Partial_Product (seq_const 0).(0+n) = 0 by PPM;
    hence thesis;
  end;
