let f be FinSequence of (TOP-REAL 2); :: thesis: for i being Element of NAT st f is unfolded & f is s.n.c. & f is one-to-one & len f >= 2 & f /. 1 in LSeg f,i holds
i = 1

let i be Element of NAT ; :: thesis: ( f is unfolded & f is s.n.c. & f is one-to-one & len f >= 2 & f /. 1 in LSeg f,i implies i = 1 )
assume that
A1: ( f is unfolded & f is s.n.c. & f is one-to-one ) and
A2: 2 <= len f ; :: thesis: ( not f /. 1 in LSeg f,i or i = 1 )
1 <= len f by A2, XXREAL_0:2;
then A3: 1 in dom f by FINSEQ_3:27;
A4: 2 in dom f by A2, FINSEQ_3:27;
assume A5: f /. 1 in LSeg f,i ; :: thesis: i = 1
assume A6: i <> 1 ; :: thesis: contradiction
per cases ( i > 1 or i < 1 ) by A6, XXREAL_0:1;
end;