set S = SgmX ((RelIncl n),A);
let C1, C2 be FinSequence of F_Complex; ( len C1 = 1 + (card A) & C1 . 1 = f . x & ( for i being Nat st i in dom (SgmX ((RelIncl n),A)) holds
( (C1 . (i + 1)) ^2 = f . ((SgmX ((RelIncl n),A)) . i) & Re (C1 . (i + 1)) >= 0 & Im (C1 . (i + 1)) >= 0 ) ) & len C2 = 1 + (card A) & C2 . 1 = f . x & ( for i being Nat st i in dom (SgmX ((RelIncl n),A)) holds
( (C2 . (i + 1)) ^2 = f . ((SgmX ((RelIncl n),A)) . i) & Re (C2 . (i + 1)) >= 0 & Im (C2 . (i + 1)) >= 0 ) ) implies C1 = C2 )
assume that
A13:
( len C1 = 1 + (card A) & C1 . 1 = f . x )
and
A14:
for i being Nat st i in dom (SgmX ((RelIncl n),A)) holds
( (C1 . (i + 1)) ^2 = f . ((SgmX ((RelIncl n),A)) . i) & Re (C1 . (i + 1)) >= 0 & Im (C1 . (i + 1)) >= 0 )
and
A15:
( len C2 = 1 + (card A) & C2 . 1 = f . x )
and
A16:
for i being Nat st i in dom (SgmX ((RelIncl n),A)) holds
( (C2 . (i + 1)) ^2 = f . ((SgmX ((RelIncl n),A)) . i) & Re (C2 . (i + 1)) >= 0 & Im (C2 . (i + 1)) >= 0 )
; C1 = C2
for i being Nat st 1 <= i & i <= len C1 holds
C1 . i = C2 . i
hence
C1 = C2
by A13, A15, FINSEQ_1:14; verum