 reserve n,i,k,m for Nat;
 reserve p for Prime;

theorem
  Sum Sgm {1} = 1
  proof
    Sum <*1*> = 1;
    hence thesis by FINSEQ_3:44;
  end;
