theorem
  for X being associative BCI-algebra,A being Ideal of X holds A is closed
proof
  let X be associative BCI-algebra;
  let A be Ideal of X;
  for x being Element of A holds x` in A
  proof
    let x be Element of A;
    0.X\x=x\0.X by BCIALG_1:48
      .=x by BCIALG_1:2;
    hence thesis;
  end;
  hence thesis;
end;
