let R be Relation; ( R is asymmetric iff for x, y being object st [x,y] in R holds
not [y,x] in R )
A1:
( R is asymmetric implies for x, y being object st [x,y] in R holds
not [y,x] in R )
proof
assume Z0:
R is
asymmetric
;
for x, y being object st [x,y] in R holds
not [y,x] in R
let x,
y be
object ;
( [x,y] in R implies not [y,x] in R )
assume B1:
[x,y] in R
;
not [y,x] in R
then
(
x in field R &
y in field R )
by RELAT_1:15;
hence
not
[y,x] in R
by Z0, RELAT_2:def 5, RELAT_2:def 13, B1;
verum
end;
( ( for x, y being object st [x,y] in R holds
not [y,x] in R ) implies R is asymmetric )
hence
( R is asymmetric iff for x, y being object st [x,y] in R holds
not [y,x] in R )
by A1; verum