Compare commits
3 commits
d7809a884a
...
82f0dfd4de
Author | SHA1 | Date | |
---|---|---|---|
82f0dfd4de | |||
ffcd9cd45f | |||
096906056e |
2 changed files with 3 additions and 3 deletions
|
@ -218,7 +218,7 @@ Consider $K(\bH^2)$.
|
|||
A flow $\Z \acts X$ corresponds to the graph of
|
||||
\begin{IEEEeqnarray*}{rCl}
|
||||
X &\longrightarrow & X \\
|
||||
1&\longmapsto & 1 \cdot x
|
||||
x&\longmapsto & 1 \cdot x
|
||||
\end{IEEEeqnarray*}
|
||||
and this graph is an element of $K(\bH^2)$.
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@ since $X^X$ has these properties.
|
|||
\begin{proof}
|
||||
Let $G \coloneqq E(X,T)$ and let $d$ be a metric on $X$.
|
||||
\gist{
|
||||
For all $g \in G$ we need to show that $x \mapsto gx$ is bijective.
|
||||
For all $g \in G$ we need to show that $x \mapsto gx$ is injective.
|
||||
If we had $gx = gy$, then $d(gx,gy) = 0$.
|
||||
Then $\inf_{t \in T} d(tx,ty) = 0$, but the flow is distal,
|
||||
hence $x = y$.
|
||||
|
@ -195,7 +195,7 @@ since $X^X$ has these properties.
|
|||
|
||||
It is $g' = g'gg'$,
|
||||
so $\forall x .~g'(x) = g'(g g'(x))$.
|
||||
Hence $g'$ is bijective
|
||||
Hence $g'$ is injective
|
||||
and $x = gg'(x)$,
|
||||
i.e.~$g g' = \id$.
|
||||
}{
|
||||
|
|
Loading…
Reference in a new issue