let R be symmetric irreflexive RelStr ; :: thesis: ( card the carrier of R = 2 implies ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) ) )

assume A1: card the carrier of R = 2 ; :: thesis: ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) )

then reconsider X = the carrier of R as finite set ;
consider a, b being set such that
A2: ( a <> b & X = {a,b} ) by A1, CARD_2:79;
set Q = the InternalRel of R;
A3: the InternalRel of R c= {[a,b],[b,a]}
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in the InternalRel of R or x in {[a,b],[b,a]} )
assume A4: x in the InternalRel of R ; :: thesis: x in {[a,b],[b,a]}
then consider x1, x2 being set such that
A5: ( x = [x1,x2] & x1 in X & x2 in X ) by RELSET_1:6;
A6: ( ( x1 = a or x1 = b ) & ( x2 = a or x2 = b ) ) by A2, A5, TARSKI:def 2;
per cases ( x = [a,a] or x = [a,b] or x = [b,a] or x = [b,b] ) by A5, A6;
end;
end;
per cases ( the InternalRel of R = {} or the InternalRel of R = {[a,b]} or the InternalRel of R = {[b,a]} or the InternalRel of R = {[a,b],[b,a]} ) by A3, ZFMISC_1:42;
suppose the InternalRel of R = {} ; :: thesis: ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) )

hence ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) ) by A2; :: thesis: verum
end;
suppose A9: the InternalRel of R = {[a,b]} ; :: thesis: ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) )

end;
suppose A12: the InternalRel of R = {[b,a]} ; :: thesis: ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) )

end;
suppose the InternalRel of R = {[a,b],[b,a]} ; :: thesis: ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) )

hence ex a, b being set st
( the carrier of R = {a,b} & ( the InternalRel of R = {[a,b],[b,a]} or the InternalRel of R = {} ) ) by A2; :: thesis: verum
end;
end;