Step * 2 1 of Lemma index-split-permutation


1. Type
2. List
3. ids : ℕ List
4. permutation(T;L;permute-to-front(L;ids))
5. : ℤ
6. 0 ≤ n
7. n < ||L|| 1
⊢ n < ||permute-to-front(L;ids)|| 1
BY
(FLemma `permutation-length` [-4] THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  L  :  T  List
3.  ids  :  \mBbbN{}  List
4.  permutation(T;L;permute-to-front(L;ids))
5.  n  :  \mBbbZ{}
6.  0  \mleq{}  n
7.  n  <  ||L||  +  1
\mvdash{}  n  <  ||permute-to-front(L;ids)||  +  1


By


Latex:
(FLemma  `permutation-length`  [-4]  THEN  Auto)




Home Index