theorem
    for X holds Ideal_X is Ideal of Polynom-Ring(n,R)
    proof
      let X;
A1:   Ideal_X is add-closed by Lm5;
      Ideal_X is right-ideal by Lm7;
      hence thesis by A1;
    end;
