let X be ARS ; :: thesis: for x, y being Element of X st x =*=> y holds
x <=*=> y

let x, y be Element of X; :: thesis: ( x =*=> y implies x <=*=> y )
assume A1: x =*=> y ; :: thesis: x <=*=> y
defpred S1[ Element of X] means x <=*=> $1;
A2: S1[x] ;
A3: for y, z being Element of X st y ==> z & S1[y] holds
S1[z]
proof
let y, z be Element of X; :: thesis: ( y ==> z & S1[y] implies S1[z] )
assume A4: y ==> z ; :: thesis: ( not S1[y] or S1[z] )
assume A5: S1[y] ; :: thesis: S1[z]
A6: y <==> z by A4;
A7: y <=*=> z by A6, Th6;
thus S1[z] by A5, A7, Th7; :: thesis: verum
end;
thus S1[y] from ABSRED_0:sch 2(A1, A2, A3); :: thesis: verum