

A function is said to be increasing function on (a, b) if
x1 < x2 => f(x1 ) ≤ f(x2 ) for all x1 , x2 ∈ (a, b)
A function is said to be strictly increasing function on (a, b) if
x1 < x2 => f(x1 ) < f(x2 ) for all x1 , x2 ∈ (a, b)
Ex: Let there is a function f(x) = 2x + 3
Let x1 , x2 ∈ R and let x1 < x2
Now, x1 < x2 => 2x1 < 2x2
=> 2x1 + 3 < 2x2 + 3
=> f(x1 ) < f(x2 )
Thus, x1 < x2 => f(x1 ) < f(x2 ) x1 , x2 ∈ R
So, f(x) is strictly increasing function on R.
