let i, j be Nat; for x, y being set st 0 < i & i < j holds
{[i,x],[j,y]} is FinSubsequence
let x, y be set ; ( 0 < i & i < j implies {[i,x],[j,y]} is FinSubsequence )
assume that
A1:
0 < i
and
A2:
i < j
; {[i,x],[j,y]} is FinSubsequence
reconsider X = {[i,x],[j,y]} as Function by A2, GRFUNC_1:8;
A3:
0 + 1 <= i
by A1, NAT_1:13;
then
( dom X = {i,j} & {i,j} c= Seg j )
by RELAT_1:10;
hence
{[i,x],[j,y]} is FinSubsequence
by FINSEQ_1:def 12; verum