A function is monotonically increasing on some interval if for every , implies .
Is the following statement TRUE ?
If and are monotonically increasing functions on , then is also monotonically increasing on .
Notations:
, where with .
, for every belonging to the intersection of the domains of and .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider f ( n ) = n − 4 and g ( n ) = n − 2 who are monotonically increasing on [ 0 , 1 0 0 ] .
But " 1 ≤ 3 ⟹ f g ( 1 ) ≤ f g ( 3 ) " is false, hence, the statement is F A L S E .
f g ( 1 ) = f ( 1 ) × g ( 1 ) = 3 > f g ( 3 ) = f ( 3 ) × g ( 3 ) = − 1 .
By the way, you can verify this fact:
Yes, for a function f ( n ) , " f ( n ) possibly touches the x − a x i s but doesn't cut it over the interval [ a , b ] " is equivalent to to saying exactly one of the following:
f ( n ) ≥ 0 for every n ∈ [ a , b ] . (All the way Non-negative )
f ( n ) ≤ 0 for every n ∈ [ a , b ] . (All the way Non-positive )