Step * 1 1 4 of Lemma no_repeats-permute


1. Type
2. as List
3. bs List
4. ∀[i,j:ℕ].
     (as bs[i] as bs[j] ∈ T)) supposing ((¬(i j ∈ ℕ)) and j < ||as|| ||bs|| and i < ||as|| ||bs||)
5. : ℕ
6. : ℕ
7. i < ||bs|| ||as||
8. j < ||bs|| ||as||
9. ¬(i j ∈ ℕ)
10. ¬i < ||bs||
11. ¬j < ||bs||
⊢ ¬(bs as[i] bs as[j] ∈ T)
BY
xxx((RWO "select_append_back" THENA Auto')
      THEN ((InstHyp [⌜||bs||⌝; ⌜||bs||⌝4)⋅ THENA Auto')
      THEN ((RWO "select_append_front" (-1)) THENA Auto')
      THEN ((RW IntNormC (-1)) THENM RW IntNormC 0)
      THEN Auto')xxx }


Latex:


Latex:

1.  T  :  Type
2.  as  :  T  List
3.  bs  :  T  List
4.  \mforall{}[i,j:\mBbbN{}].
          (\mneg{}(as  @  bs[i]  =  as  @  bs[j]))  supposing 
                ((\mneg{}(i  =  j))  and 
                j  <  ||as||  +  ||bs||  and 
                i  <  ||as||  +  ||bs||)
5.  i  :  \mBbbN{}
6.  j  :  \mBbbN{}
7.  i  <  ||bs||  +  ||as||
8.  j  <  ||bs||  +  ||as||
9.  \mneg{}(i  =  j)
10.  \mneg{}i  <  ||bs||
11.  \mneg{}j  <  ||bs||
\mvdash{}  \mneg{}(bs  @  as[i]  =  bs  @  as[j])


By


Latex:
xxx((RWO  "select\_append\_back"  0  THENA  Auto')
        THEN  ((InstHyp  [\mkleeneopen{}i  -  ||bs||\mkleeneclose{};  \mkleeneopen{}j  -  ||bs||\mkleeneclose{}]  4)\mcdot{}  THENA  Auto')
        THEN  ((RWO  "select\_append\_front"  (-1))  THENA  Auto')
        THEN  ((RW  IntNormC  (-1))  THENM  RW  IntNormC  0)
        THEN  Auto')xxx




Home Index