let R be non empty right_complementable left-distributive left_unital add-associative right_zeroed doubleLoopStr ; for I being Ideal of R ex E being Equivalence_Relation of the carrier of R st
for x, y being object holds
( [x,y] in E iff ( x in the carrier of R & y in the carrier of R & ex P, Q being Element of R st
( P = x & Q = y & P - Q in I ) ) )
let I be Ideal of R; ex E being Equivalence_Relation of the carrier of R st
for x, y being object holds
( [x,y] in E iff ( x in the carrier of R & y in the carrier of R & ex P, Q being Element of R st
( P = x & Q = y & P - Q in I ) ) )
defpred S1[ object , object ] means ex P, Q being Element of R st
( P = $1 & Q = $2 & P - Q in I );
A1:
for x, y being object st S1[x,y] holds
S1[y,x]
A3:
for x, y, z being object st S1[x,y] & S1[y,z] holds
S1[x,z]
proof
let x,
y,
z be
object ;
( S1[x,y] & S1[y,z] implies S1[x,z] )
assume
S1[
x,
y]
;
( not S1[y,z] or S1[x,z] )
then consider P,
Q being
Element of
R such that A4:
(
P = x &
Q = y &
P - Q in I )
;
assume
S1[
y,
z]
;
S1[x,z]
then consider W,
S being
Element of
R such that A5:
(
W = y &
S = z &
W - S in I )
;
take
P
;
ex Q being Element of R st
( P = x & Q = z & P - Q in I )
take
S
;
( P = x & S = z & P - S in I )
(P - Q) + (Q - S) =
((P - Q) + Q) - S
by RLVECT_1:28
.=
P - S
by Th1
;
hence
(
P = x &
S = z &
P - S in I )
by A4, A5, IDEAL_1:def 1;
verum
end;
A6:
for x being object st x in the carrier of R holds
S1[x,x]
thus
ex EqR being Equivalence_Relation of the carrier of R st
for x, y being object holds
( [x,y] in EqR iff ( x in the carrier of R & y in the carrier of R & S1[x,y] ) )
from EQREL_1:sch 1(A6, A1, A3); verum