let X be non empty set ; for R being Relation of X st R is_transitive_in X holds
R is transitive
let R be Relation of X; ( R is_transitive_in X implies R is transitive )
assume A1:
R is_transitive_in X
; R is transitive
let x, y, z be set ; RELAT_2:def 8,RELAT_2:def 16 ( not x in field R or not y in field R or not z in field R or not [x,y] in R or not [y,z] in R or [x,z] in R )
field R c= X \/ X
by RELSET_1:8;
hence
( not x in field R or not y in field R or not z in field R or not [x,y] in R or not [y,z] in R or [x,z] in R )
by A1, RELAT_2:def 8; verum