let f be FinSequence of (TOP-REAL 2); :: thesis: for i being 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 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:25;
A4: 2 in dom f by A2, FINSEQ_3:25;
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;