let A be set ; :: thesis: ( A is mutually-disjoint & ( for a being set st a in A holds
ex x, y being real number st
( x < y & ].x,y.[ c= a ) ) implies A is countable )
assume A1:
for a, b being set st a in A & b in A & a <> b holds
a misses b
; :: according to TAXONOM2:def 5 :: thesis: ( ex a being set st
( a in A & ( for x, y being real number holds
( not x < y or not ].x,y.[ c= a ) ) ) or A is countable )
assume A2:
for a being set st a in A holds
ex x, y being real number st
( x < y & ].x,y.[ c= a )
; :: thesis: A is countable
defpred S1[ set , set ] means $2 in $1;
consider f being Function such that
A6:
( dom f = A & rng f c= RAT )
and
A7:
for a being set st a in A holds
S1[a,f . a]
from WELLORD2:sch 1(A3);
f is one-to-one
then
card A c= card RAT
by A6, CARD_1:26;
hence
A is countable
by Th17, CARD_3:def 15; :: thesis: verum