let f be non constant standard special_circular_sequence; :: thesis: for k being Element of NAT st 1 <= k & k + 1 <= len f holds
Int (right_cell f,k) c= RightComp f

let k be Element of NAT ; :: thesis: ( 1 <= k & k + 1 <= len f implies Int (right_cell f,k) c= RightComp f )
assume that
A1: 1 <= k and
A2: k + 1 <= len f ; :: thesis: Int (right_cell f,k) c= RightComp f
A3: len f = len (Rev f) by FINSEQ_5:def 3;
k <= len f by A2, NAT_1:13;
then A4: ((len f) -' k) + k = len f by XREAL_1:237;
then A5: 1 <= (len f) -' k by A2, XREAL_1:8;
A6: ((len f) -' k) + 1 <= len f by A1, A4, XREAL_1:8;
A7: right_cell f,k = left_cell (Rev f),((len f) -' k) by A1, A4, A5, Th13;
RightComp f = LeftComp (Rev f) by Th26;
hence Int (right_cell f,k) c= RightComp f by A3, A5, A6, A7, Th24; :: thesis: verum