let x, y, A be set ; :: thesis: ( <*x,y*> - A = <*y*> & x <> y implies ( x in A & not y in A ) )
assume that
A1:
<*x,y*> - A = <*y*>
and
A2:
x <> y
; :: thesis: ( x in A & not y in A )
A3: <*y*> =
(<*x*> ^ <*y*>) - A
by A1, FINSEQ_1:def 9
.=
(<*x*> - A) ^ (<*y*> - A)
by Lm11
;
A4:
( ( x in A implies <*x*> - A = {} ) & ( not x in A implies <*x*> - A = <*x*> ) & ( y in A implies <*y*> - A = {} ) & ( not y in A implies <*y*> - A = <*y*> ) )
by Lm6, Lm7;
assume
( not x in A or y in A )
; :: thesis: contradiction
then
( <*y*> = {} or <*x*> = <*y*> or <*y*> = <*x,y*> )
by A3, A4, FINSEQ_1:47, FINSEQ_1:def 9;
then
( <*x*> = <*y*> & <*x*> . 1 = x & <*y*> . 1 = y )
by Th40, FINSEQ_1:57;
hence
contradiction
by A2; :: thesis: verum