Unique Fixed Point

90 Views Asked by At

Let $G:\mathbb{R}^n \to\mathbb{R}^n$ be transformation such that $G(x):=Ax+b$ where $A\in\mathcal{M}_{nxn}(\mathbb{R})$ and $b\in\mathbb{R}^n$ such that $det(A-I)\neq0$ .

How would you prove G has a unique fixed point $p\in\mathbb{R}^{n}$ ?

2

There are 2 best solutions below

0
On

Hint:

Rewrite: $Ax+b=x$ to $(A-I)x=-b$ and use that $det(A-I)\neq 0$.

What does $det(B)\neq 0$ says about the associated linear map?

4
On

Having a fix point means $x=Ax+b$, i.e. $0=(A-I)x+b$. But now $A-I$ is invertible, in particular there exists one and only one element which hits $-b$.