Compare commits

..

No commits in common. "82f0dfd4decce48705e204a611b730ce0b4b0199" and "d7809a884acefdd2d529b01cb5494a9d126857b5" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -218,7 +218,7 @@ Consider $K(\bH^2)$.
A flow $\Z \acts X$ corresponds to the graph of
\begin{IEEEeqnarray*}{rCl}
X &\longrightarrow & X \\
x&\longmapsto & 1 \cdot x
1&\longmapsto & 1 \cdot x
\end{IEEEeqnarray*}
and this graph is an element of $K(\bH^2)$.

View file

@ -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 injective.
For all $g \in G$ we need to show that $x \mapsto gx$ is bijective.
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 injective
Hence $g'$ is bijective
and $x = gg'(x)$,
i.e.~$g g' = \id$.
}{