let R be Relation; :: thesis: ( R is irreflexive iff id (field R) misses R )
A1: now end;
now
assume A5: id (field R) misses R ; :: thesis: R is irreflexive
now
let a be set ; :: thesis: ( a in field R implies not [a,a] in R )
assume a in field R ; :: thesis: not [a,a] in R
then [a,a] in id (field R) by RELAT_1:def 10;
hence not [a,a] in R by A5, XBOOLE_0:3; :: thesis: verum
end;
then R is_irreflexive_in field R by Def2;
hence R is irreflexive by Def10; :: thesis: verum
end;
hence ( R is irreflexive iff id (field R) misses R ) by A1; :: thesis: verum