let i, j be Nat; :: thesis: for f being constant standard special_circular_sequence st 1 <= i & i < j & j <= len f & f /. 1 in L~ (mid (f,i,j)) & not i = 1 holds
j = len f

let f be constant standard special_circular_sequence; :: thesis: ( 1 <= i & i < j & j <= len f & f /. 1 in L~ (mid (f,i,j)) & not i = 1 implies j = len f )
assume that
A1: 1 <= i and
A2: i < j and
A3: j <= len f ; :: thesis: ( not f /. 1 in L~ (mid (f,i,j)) or i = 1 or j = len f )
1 + 1 <= len f by GOBOARD7:34, XXREAL_0:2;
then A4: f /. 1 in LSeg (f,1) by TOPREAL1:21;
assume f /. 1 in L~ (mid (f,i,j)) ; :: thesis: ( i = 1 or j = len f )
then consider n being Nat such that
A5: 1 <= n and
A6: n + 1 <= len (mid (f,i,j)) and
A7: f /. 1 in LSeg ((mid (f,i,j)),n) by SPPOL_2:13;
n < len (mid (f,i,j)) by A6, NAT_1:13;
then A8: n < (j -' i) + 1 by A1, A2, A3, FINSEQ_6:186;
then LSeg ((mid (f,i,j)),n) = LSeg (f,((n + i) -' 1)) by A1, A2, A3, A5, JORDAN4:19;
then A9: f /. 1 in (LSeg (f,1)) /\ (LSeg (f,((n + i) -' 1))) by A7, A4, XBOOLE_0:def 4;
then A10: LSeg (f,1) meets LSeg (f,((n + i) -' 1)) ;
assume that
A11: i <> 1 and
A12: j <> len f ; :: thesis: contradiction
per cases ( 1 + 1 >= (n + i) -' 1 or ((n + i) -' 1) + 1 >= len f ) by A10, GOBOARD5:def 4;
end;