Step * 2 1 1 1 1 of Lemma rotate-as-flips


1. : ℤ
2. 0 < n
3. ∃flips:(ℕ1 × ℕ1) List. (rot(n 1) compose-flips(flips) ∈ (ℕ1 ⟶ ℕ1))
4. rot(n) ((λx.if (x =z 1) then else rot(n 1) fi (n 2, 1)) ∈ (ℕn ⟶ ℕn)
5. 1 ∈ ℤ
6. : ℤ
7. 0 ∈ ℤ
⊢ (rot(1) 0) (compose-flips([]) 0) ∈ ℕ1
BY
(RepUR ``rotate compose-flips`` THEN Auto) }


Latex:


Latex:

1.  n  :  \mBbbZ{}
2.  0  <  n
3.  \mexists{}flips:(\mBbbN{}n  -  1  \mtimes{}  \mBbbN{}n  -  1)  List.  (rot(n  -  1)  =  compose-flips(flips))
4.  rot(n)  =  ((\mlambda{}x.if  (x  =\msubz{}  n  -  1)  then  x  else  rot(n  -  1)  x  fi  )  o  (n  -  2,  n  -  1))
5.  n  =  1
6.  x  :  \mBbbZ{}
7.  x  =  0
\mvdash{}  (rot(1)  0)  =  (compose-flips([])  0)


By


Latex:
(RepUR  ``rotate  compose-flips``  0  THEN  Auto)




Home Index