I must understand this proof of continuity. I understand the basics of continuity and algebra of continuity of limits. So I add the picture of the proof such that it is in the book of Real Analysis.I would really appreciate if someone could explain it to me as simple as possible. I'm struggling to understand it, What do $\min{[f,g]}$ and $\max{[f,g]}$ mean? Thank you.
Asked
Active
Viewed 802 times
3 Answers
3
$\max(f,g)=\begin{cases}f \text{ if }f\ge g \\\\g\text{ otherwise }\end{cases}$
$\min(f,g)=\begin{cases}f \text{ if }f\le g \\\\g\text{ otherwise }\end{cases}$
J. W. Tanner
- 60,406
-
Ok. But what about the min? – Malu May 24 '20 at 21:24
-
1@Malu: I edited to include that – J. W. Tanner May 24 '20 at 21:27
-
Thank you. I m trying to figure things out. Probably this is a simple idea but I haven't seen this notation before. – Malu May 24 '20 at 21:28
-
What about intervals?. – Malu May 24 '20 at 21:34
3
For every $x$ in a neighborhood of $a$, you define
$$\operatorname{max}\{f,g\}(x):=\operatorname{max}\{f(x), g(x)\}$$ Similarly for $\operatorname{min}\{f,g\}$.
Maryam
- 1,889
-
For every x in a neighborhood of a, ok this is useful. Related to $x\rightarrow a$. We re talking about intervals. – Malu May 24 '20 at 21:33
2
These two functions are defined as follows: whenever $f(x) \geq g(x)$, we have $$\max \lbrace f,g \rbrace (x):= f(x) $$ while, whenever $g(x) \geq f(x)$, we have: $$ \max \lbrace f,g \rbrace (x):= g(x) $$ The function $\min \lbrace f,g \rbrace$ is defined analogously. Regarding the equations in the proof, see also: How to show that $\max(f,g) =(f+g+|f-g|)/2$?.
Manuel Norman
- 1,759
