Step * 1 2 1 of Lemma orbit-transitive

.....subterm..... T:t
1:n
1. Type
2. T ⟶ T
3. List
4. 0 < ||L||
5. no_repeats(T;L)
6. ∀i:ℕ||L||. ((f L[i]) if (i =z ||L|| 1) then L[0] else L[i 1] fi  ∈ T)
7. : ℕ
8. j < ||L||
9. : ℕ
10. i < ||L||
11. i < j
⊢ (j ||L|| (i j) rem ||L||) i ∈ ℤ
BY
TACTIC:(RWO "rem_rec_case" THEN Auto') }


Latex:


Latex:
.....subterm.....  T:t
1:n
1.  T  :  Type
2.  f  :  T  {}\mrightarrow{}  T
3.  L  :  T  List
4.  0  <  ||L||
5.  no\_repeats(T;L)
6.  \mforall{}i:\mBbbN{}||L||.  ((f  L[i])  =  if  (i  =\msubz{}  ||L||  -  1)  then  L[0]  else  L[i  +  1]  fi  )
7.  j  :  \mBbbN{}
8.  j  <  ||L||
9.  i  :  \mBbbN{}
10.  i  <  ||L||
11.  i  <  j
\mvdash{}  (j  +  ||L||  +  (i  -  j)  rem  ||L||)  =  i


By


Latex:
TACTIC:(RWO  "rem\_rec\_case"  0  THEN  Auto')




Home Index