reserve X for BCI-algebra;
reserve I for Ideal of X;
reserve a,x,y,z,u for Element of X;
reserve f,f9,g for sequence of  the carrier of X;
reserve j,i,k,n,m for Nat;
reserve R for Equivalence_Relation of X;
reserve RI for I-congruence of X,I;
reserve E for Congruence of X;
reserve RC for R-congruence of X;
reserve LC for L-congruence of X;

theorem
  Class(LC,0.X) is closed Ideal of X
proof
A1: now
    let x,y be Element of X;
    assume that
A2: x\y in Class(LC,0.X) and
A3: y in Class(LC,0.X);
    [0.X,y] in LC by A3,EQREL_1:18;
    then [x\0.X,x\y] in LC by Def10;
    then [x,x\y] in LC by BCIALG_1:2;
    then
A4: [x\y,x] in LC by EQREL_1:6;
    [0.X,x\y] in LC by A2,EQREL_1:18;
    then [0.X,x] in LC by A4,EQREL_1:7;
    hence x in Class(LC,0.X)by EQREL_1:18;
  end;
  [0.X,0.X] in LC by EQREL_1:5;
  then 0.X in Class(LC,0.X) by EQREL_1:18;
  then reconsider Rx=Class(LC,0.X) as Ideal of X by A1,BCIALG_1:def 18;
  now
    let x be Element of Rx;
    [0.X,x] in LC by EQREL_1:18;
    then [(0.X)`,x`] in LC by Def10;
    then [0.X,x`] in LC by BCIALG_1:def 5;
    hence x` in Class(LC,0.X) by EQREL_1:18;
  end;
  hence thesis by BCIALG_1:def 19;
end;
