What is the distinction between a bounded function, and a finite function? Is there any example of two functions that satisfies only one of them?
Definition If $|f(x)|<+\infty \forall x \in E$, we say $f$ is finite.
Definition If there exist a finite number $M$ such that $|f(x)| \leq M \forall x \in E$, we say $f$ is bounded.
Thank you.