reserve D for non empty set,
  f for FinSequence of D,
  g for circular FinSequence of D,
  p,p1,p2,p3,q for Element of D;
reserve f for non constant standard special_circular_sequence,
  p,p1,p2,p3,q for Point of TOP-REAL 2;
reserve z for clockwise_oriented non constant standard
  special_circular_sequence;

theorem
  z/.1 = W-max L~z implies (N-min L~z)..z < (N-max L~z)..z
proof
  set g = Rotate(z,S-max L~z);
A1: L~z = L~g by REVROT_1:33;
  S-max L~z in rng z by SPRECT_2:42;
  then g/.1 = S-max L~g by A1,FINSEQ_6:92;
  then
A2: (W-max L~g)..g <= (N-min L~g)..g & (N-min L~g)..g < (N-max L~g)..g by Th33
,Th34;
A3: N-min L~g in rng g by SPRECT_2:39;
  assume
A4: z/.1 = W-max L~z;
  for i be Nat st 1 < i & i < len z holds z/.i <> z/.1 by
GOBOARD7:36;
  then
A5: Rotate(g,W-max L~z) = z by A4,FINSEQ_6:181;
  N-max L~g in rng g & W-max L~g in rng g by SPRECT_2:40,44;
  hence thesis by A1,A5,A3,A2,Th5;
end;
