
theorem
  for C be Simple_closed_curve for n be Nat st n
  is_sufficiently_large_for C holds UBD C misses RightComp Span(C,n)
proof
  let C be Simple_closed_curve;
  let n be Nat;
  assume n is_sufficiently_large_for C;
  then UBD C misses BDD L~Span(C,n) by Th17;
  hence thesis by GOBRD14:37;
end;
