Step
*
2
1
1
1
1
of Lemma
cyclic-map-conjugate
1. T : Type
2. g : T ⟶ T
3. h : T ⟶ T
4. ∀b:T. ((h (g b)) = b ∈ T)
5. ∀a:T. ((g (h a)) = a ∈ T)
6. f : T ⟶ T
7. Inj(T;T;f)
8. ∀x,y:T.  ∃n:ℕ. ((f^n x) = y ∈ T)
9. x : T
10. y : T
11. n : ℕ
⊢ (g o (f o h)^n x) = (g (f^n (h x))) ∈ T
BY
{ xxx(RWO "iterated-conjugate2" 0 THEN Reduce 0 THEN Auto)xxx }
Latex:
Latex:
1.  T  :  Type
2.  g  :  T  {}\mrightarrow{}  T
3.  h  :  T  {}\mrightarrow{}  T
4.  \mforall{}b:T.  ((h  (g  b))  =  b)
5.  \mforall{}a:T.  ((g  (h  a))  =  a)
6.  f  :  T  {}\mrightarrow{}  T
7.  Inj(T;T;f)
8.  \mforall{}x,y:T.    \mexists{}n:\mBbbN{}.  ((f\^{}n  x)  =  y)
9.  x  :  T
10.  y  :  T
11.  n  :  \mBbbN{}
\mvdash{}  (g  o  (f  o  h)\^{}n  x)  =  (g  (f\^{}n  (h  x)))
By
Latex:
xxx(RWO  "iterated-conjugate2"  0  THEN  Reduce  0  THEN  Auto)xxx
Home
Index