Prove that a function has a fixed point

In summary: If g(a)g(b) < 0 then there exists c in [a,b] such that F(c) = b. If c=b then we are finished. If c<b then g(c) = c - F(c) = c- b < 0. So g(c) cannot be the same sign as g(b).
  • #1
Amer
259
0
Let F be a continuous function from [a,b] onto [a,b] prove that F has a fixed point
in the interval [a,b]

it is clear for me by drawing the product of [a,b]x[a,b] any line which pass through all the image should intersect with the diagonal but i can't make a mathematical proof.

I tried by looking at
x-f(x) and suppose it is a postive or negative function and reach a contradiction

any hints
 
Physics news on Phys.org
  • #2
You should use the intermediate value theorem saying that if g(a) <= 0 and g(b) >= 0 where g is some continuous function on [a, b], then g(c) = 0 for some c ∈ [a, b]. Looking at your picture, can you construct such a function g from F and the diagonal?

---------- Post added at 22:50 ---------- Previous post was at 22:46 ----------

Amer said:
I tried by looking at x-f(x) and suppose it is a postive or negative function and reach a contradiction
There is no need to suppose. Since a ≤ f(x) ≤ b for all x ∈ [a, b] it is clear that x - f(x) changes sign on [a, b].
 
  • #3
what about this
suppose that F dose not intersect with the diagonal that means x- F(x) is either positive or negative
let g(x) = x - F(x)
suppose that it is positive g(a) = a - F(a)

0 ≤ a- F(a)
F(a) ≤ a
F(a) = a fixed point

now taking other case, is it ok ? thanks again
 
Last edited:
  • #4
Amer said:
suppose that F dose not intersect with the diagonal that means x- F(x) is either positive or negative
let g(x) = x - F(x)
suppose that it is positive g(a) = a - F(a)
Do you mean, "Suppose that g(a) = a - F(a) is positive"?

Amer said:
0 ≤ a- F(a)
"Positive" means strictly greater than zero.

Amer said:
now taking other case
What do you mean by this?

I think you have the right idea, but it has to be expressed properly.
 
  • #5
ok I come up with the complete proof
let g(x) = x - F(x)
since F(x) is onto there exist c in [a,b] such that F(c) = b, if c=b then we are finished
if c<b then g(c) = c - F(c) = c- b < 0

same there exist e in [a,b] such that F(e) = a, if e=a we are finished if e> a

g(e) = e - F(e) = e - a > 0

since g(x) is continuous function by intermediate theorem g(x) has a zero in [a,b]
 
  • #6
This is correct; however, F: [a, b] -> [a, b] has a fixpoint even if it is not onto, just continuous. Why didn't you use the hint given above?
Evgeny.Makarov said:
Since a ≤ f(x) ≤ b for all x ∈ [a, b] it is clear that x - f(x) changes sign on [a, b].
We have g(a) = a - f(a) ≤ 0 and g(b) = b - f(b) ≥ 0. Then apply the IVT.
 
  • #7
Amer said:
Let F be a continuous function from [a,b] onto [a,b] prove that F has a fixed point
in the interval [a,b]

it is clear for me by drawing the product of [a,b]x[a,b] any line which pass through all the image should intersect with the diagonal but i can't make a mathematical proof.

I tried by looking at
x-f(x) and suppose it is a postive or negative function and reach a contradiction

any hints

As wıth other posts consıder \(g(x)=x-f(x)\). If \(g(a)g(b) \le 0\) you are done (eıther usıng the ıntermedıate value theorem of usıng the bısectıon method whıch converges to a zero of a contınuous functıon on an ınterval wıth thıs property or trıvıally ıf zero). So you need only show that \(g(a)\) and \(g(b)\) cannot both be of the same sıgn.

CB
 
Last edited:
  • #8
Evgeny.Makarov said:
This is correct; however, F: [a, b] -> [a, b] has a fixpoint even if it is not onto, just continuous. Why didn't you use the hint given above?We have g(a) = a - f(a) ≤ 0 and g(b) = b - f(b) ≥ 0. Then apply the IVT.

if it is just continuous ?
I used the hint, maybe not
 

FAQ: Prove that a function has a fixed point

What is a fixed point?

A fixed point of a function is a value in the function's domain that, when inputted into the function, results in the same value as the output. In other words, the input and output are equal.

Why is it important to prove that a function has a fixed point?

Proving that a function has a fixed point can help us understand the behavior of the function and make predictions about its values. It can also be useful in solving optimization problems and proving the existence of solutions to equations.

How do you prove that a function has a fixed point?

One method is to use the Intermediate Value Theorem, which states that if a continuous function has a range that includes both positive and negative values, then it must have at least one fixed point. Another method is to use the Brouwer Fixed Point Theorem, which guarantees that any continuous function defined on a closed and bounded interval will have at least one fixed point.

Can a function have more than one fixed point?

Yes, it is possible for a function to have multiple fixed points. For example, the function f(x) = x^2 has two fixed points at x = 0 and x = 1.

What if a function does not have a fixed point?

If a function does not have a fixed point, it means that there is no value in the function's domain that results in the same value as the output. This can occur for functions that have a constantly increasing or decreasing behavior, or for functions that have a range that does not include any values that are equal to the input.

Similar threads

Replies
2
Views
677
Replies
2
Views
809
Replies
16
Views
3K
Replies
3
Views
1K
Replies
5
Views
2K
Replies
4
Views
3K
Back
Top