Step
*
2
1
1
of Lemma
rotate-as-flips
1. n : ℤ
2. [%1] : 0 < n
3. ∃flips:(ℕn - 1 × ℕn - 1) List. (rot(n - 1) = compose-flips(flips) ∈ (ℕn - 1 ⟶ ℕn - 1))
4. rot(n) = ((λx.if (x =z n - 1) then x else rot(n - 1) x fi ) o (n - 2, n - 1)) ∈ (ℕn ⟶ ℕn)
5. n = 1 ∈ ℤ
⊢ ∃flips:(ℕ1 × ℕ1) List. (rot(1) = compose-flips(flips) ∈ (ℕ1 ⟶ ℕ1))
BY
{ (D 0 With ⌜[]⌝  THENA Auto) }
1
1. n : ℤ
2. 0 < n
3. ∃flips:(ℕn - 1 × ℕn - 1) List. (rot(n - 1) = compose-flips(flips) ∈ (ℕn - 1 ⟶ ℕn - 1))
4. rot(n) = ((λx.if (x =z n - 1) then x else rot(n - 1) x fi ) o (n - 2, n - 1)) ∈ (ℕn ⟶ ℕn)
5. n = 1 ∈ ℤ
⊢ rot(1) = compose-flips([]) ∈ (ℕ1 ⟶ ℕ1)
Latex:
Latex:
1.  n  :  \mBbbZ{}
2.  [\%1]  :  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
\mvdash{}  \mexists{}flips:(\mBbbN{}1  \mtimes{}  \mBbbN{}1)  List.  (rot(1)  =  compose-flips(flips))
By
Latex:
(D  0  With  \mkleeneopen{}[]\mkleeneclose{}    THENA  Auto)
Home
Index