8

Consider a real function $f(x)$ (not necessarily continuous) defined on a finite interval. Given a constant $C$, divide the interval to sub-intervals such that, in every sub-interval, either $f(x)<C$ or $f(x)>C$ (where the points $f(x)=C$ are ignored). Let $N(f,C)$ be the smallest number of sub-intervals in such a division.

Informally, $N(f,C)$ is approximately the number of times that the function $y=f(x)$ "crosses" the horiznotal line $y=C$, where "crosses" means that it goes from being below the line to being above the line or vice versa.

For example:

What term describes the functions for which $N(f,C)$ is finite for every $C$ and on any interval?

1 Answers1

3

Sorry, can't comment: Look up the Banach Indicatrix of a function and functions of bounded variation.

The Banach indicatrix of a function $f\colon D \to \mathbb{R}$ is defined by $N(f,y) = \#\{x \in D \mid f(x) = y\}$ which is very similar to (but not exactly the same as) your definition.

Daniel Fischer
  • 211,575
  • Interesting, thanks! It seems that finite crossing-number implies bounded variation (if the function itself is bounded), but not vice versa. – Erel Segal-Halevi Dec 24 '14 at 06:00