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;

theorem
  (E-max L~f)..f < len f
proof
  E-max L~f in rng f & len f > 1 by GOBOARD7:34,SPRECT_2:46,XXREAL_0:2;
  hence thesis by Th7;
end;
