let p be Point of (TOP-REAL 2); :: thesis: for f being V8() standard special_circular_sequence holds LeftComp (Rotate f,p) = LeftComp f
let f be V8() standard special_circular_sequence; :: thesis: LeftComp (Rotate f,p) = LeftComp f
A1: ( p in rng f implies p .. f >= 1 ) by FINSEQ_4:31;
LeftComp (Rotate f,p) is_a_component_of (L~ (Rotate f,p)) ` by GOBOARD9:def 1;
then A2: LeftComp (Rotate f,p) is_a_component_of (L~ f) ` by Th33;
per cases ( not p in rng f or ( p in rng f & p .. f = 1 ) or ( p in rng f & 1 < p .. f ) ) by A1, XXREAL_0:1;
end;