let p be Point of (TOP-REAL 2); :: thesis: for f being circular FinSequence of (TOP-REAL 2) holds Incr (Y_axis f) = Incr (Y_axis (Rotate (f,p)))
let f be circular FinSequence of (TOP-REAL 2); :: thesis: Incr (Y_axis f) = Incr (Y_axis (Rotate (f,p)))
per cases ( not p in rng f or p in rng f ) ;
end;