let x, y be set ; :: thesis: ( <*x*>,<*y*> are_c=-comparable iff x = y )
thus ( <*x*>,<*y*> are_c=-comparable implies x = y ) :: thesis: ( x = y implies <*x*>,<*y*> are_c=-comparable )
proof
assume A1: <*x*>,<*y*> are_c=-comparable ; :: thesis: x = y
( len <*x*> = 1 & len <*y*> = 1 ) by FINSEQ_1:57;
then ( <*x*> = <*y*> & <*x*> . 1 = x & <*y*> . 1 = y ) by A1, Th19, FINSEQ_1:57;
hence x = y ; :: thesis: verum
end;
thus ( x = y implies <*x*>,<*y*> are_c=-comparable ) ; :: thesis: verum