theorem Th37:
  X is commutative BCK-algebra iff for I being Ideal of X holds I
  is commutative Ideal of X
proof
  thus X is commutative BCK-algebra implies for I being Ideal of X holds I is
  commutative Ideal of X
  proof
    assume X is commutative BCK-algebra;
    then {0.X} is commutative Ideal of X by Th36;
    hence thesis by Th35;
  end;
  assume for I being Ideal of X holds I is commutative Ideal of X;
  then {0.X} is commutative Ideal of X by Th35;
  hence thesis by Th36;
end;
