set R = {[{},{}]};
reconsider R = {[{},{}]} as Relation ;
take
R
; ( R is reflexive & R is antisymmetric & R is transitive & not R is empty )
A1: field R =
{{},{}}
by RELAT_1:17
.=
{{}}
by ENUMSET1:29
;
thus
R is reflexive
( R is antisymmetric & R is transitive & not R is empty )
thus
R is antisymmetric
( R is transitive & not R is empty )proof
let x,
y be
object ;
RELAT_2:def 4,
RELAT_2:def 12 ( not x in field R or not y in field R or not [x,y] in R or not [y,x] in R or x = y )
assume that A2:
x in field R
and A3:
y in field R
and
[x,y] in R
and
[y,x] in R
;
x = y
x = {}
by A1, A2, TARSKI:def 1;
hence
x = y
by A1, A3, TARSKI:def 1;
verum
end;
thus
R is transitive
not R is empty proof
let x,
y,
z be
object ;
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 )
assume that A4:
x in field R
and
y in field R
and A5:
z in field R
and
[x,y] in R
and
[y,z] in R
;
[x,z] in R
A6:
z = {}
by A1, A5, TARSKI:def 1;
x = {}
by A1, A4, TARSKI:def 1;
hence
[x,z] in R
by A6, TARSKI:def 1;
verum
end;
thus
not R is empty
; verum