let X be set ; for R being Relation st R = id X holds
( R is reflexive & R is symmetric & R is antisymmetric & R is transitive )
let R be Relation; ( R = id X implies ( R is reflexive & R is symmetric & R is antisymmetric & R is transitive ) )
assume A1:
R = id X
; ( R is reflexive & R is symmetric & R is antisymmetric & R is transitive )
then A2:
( dom R = X & rng R = X )
by RELAT_1:45;
thus
R is_reflexive_in field R
RELAT_2:def 9 ( R is symmetric & R is antisymmetric & R is transitive )
thus
R is_symmetric_in field R
RELAT_2:def 11 ( R is antisymmetric & R is transitive )proof
let x be
set ;
RELAT_2:def 3 for b1 being set holds
( not x in field R or not b1 in field R or not [x,b1] in R or [b1,x] in R )let y be
set ;
( not x in field R or not y in field R or not [x,y] in R or [y,x] in R )
assume that
x in field R
and
y in field R
;
( not [x,y] in R or [y,x] in R )
assume
[x,y] in R
;
[y,x] in R
hence
[y,x] in R
by A1, RELAT_1:def 10;
verum
end;
thus
R is_antisymmetric_in field R
RELAT_2:def 12 R is transitive
thus
R is_transitive_in field R
RELAT_2:def 16 verum