let f be non constant standard special_circular_sequence; :: thesis: for i, j being Element of NAT st i > j & ( ( 1 < j & i <= len f ) or ( 1 <= j & i < len f ) ) holds
mid f,i,j is S-Sequence_in_R2

let i, j be Element of NAT ; :: thesis: ( i > j & ( ( 1 < j & i <= len f ) or ( 1 <= j & i < len f ) ) implies mid f,i,j is S-Sequence_in_R2 )
assume that
A1: i > j and
A2: ( ( 1 < j & i <= len f ) or ( 1 <= j & i < len f ) ) ; :: thesis: mid f,i,j is S-Sequence_in_R2
A3: Rev (mid f,j,i) = mid f,i,j by JORDAN4:30;
per cases ( ( 1 < j & i <= len f ) or ( 1 <= j & i < len f ) ) by A2;
end;