let a, b, c, d be set ; :: thesis: {[a,b],[c,d]} is Relation-like
thus
for x being set st x in {[a,b],[c,d]} holds
ex y, z being set st x = [y,z]
:: according to RELAT_1:def 1 :: thesis: verumproof
let x be
set ;
:: thesis: ( x in {[a,b],[c,d]} implies ex y, z being set st x = [y,z] )
assume
x in {[a,b],[c,d]}
;
:: thesis: ex y, z being set st x = [y,z]
then
(
x = [a,b] or
x = [c,d] )
by TARSKI:def 2;
hence
ex
y,
z being
set st
x = [y,z]
;
:: thesis: verum
end;