jdz86
- 20
- 0
Homework Statement
(a) Let f,g: [a,b] \rightarrow \Re.
Define: f \vee g(x) = max(f(x),g(x)), x\in [a,b]
f \wedge g(x) = min(f(x),g(x)), x\in [a,b]
(b) Let f_{+} = f\vee0, f_{-} = -(f\wedge0)
Show that: f = f_{+} - f_{-}
abs value of f = f_{+} + f_{-}
Homework Equations
f_{+}, f_{-} \geq 0
The Attempt at a Solution
(a) f \vee g(x) equals the supremum and infimum for f \wedge g(x). Supremum would be "b" for both f and g, and infimum of both would be "a"??
(b) Lost with this one. It relates to the first question I know, but trying to put them together hasn't been working.