Given invertible matrices $A,B$ and $P$ such that $A = PB$, then we say that $A$ is left equivalent to $B$. Show that left equivalence is indeed an equivalence relation.
2026-03-29 13:21:14.1774790474
On
How do I show this
323 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
- Reflexive: for all invertible $A$, take $P\stackrel{\rm def}{=}I$.
- Symmetric: for $A,B$ invertible such that $A$ is left equivalent to $B$, let $P$ be an invertible matrix proving it: $A=PB$. Then $B=P^{-1}A$, and $B$ is left equivalent to $A$.
- Transitive: let $A,B,C$ be 3 invertible matrices such that $A$ is l.e. to $B$ and $B$ l.e. to $C$; and let $P,Q$ be two invertible matrices proving it: $A=PB$, $B=QC$. Then $R\stackrel{\rm def}{=}PQ$ is invertible, and $A=RC$ -- so $A$ is l.e. to $C$.
Reflexivity is trivial: $A=IA$
Symmetry: If $A=PB$ and $P$ is invertible, then $B=P^{-1}A$
Transitivity: If $A=PB$ and $B=QC$ and $P,Q$ are invertible, then $PQ$ is also invertible and we have $A=PB=P(QC)=(PQ)C$