Step * 3 3 of Lemma no_repeats_append_iff


1. Type
2. l1 List
3. l2 List
4. l_disjoint(T;l1;l2)
5. no_repeats(T;l1)
6. no_repeats(T;l2)
7. : ℕ
8. : ℕ
9. i < ||l1 l2||
10. j < ||l1 l2||
11. ¬(i j ∈ ℕ)
12. ¬i < ||l1||
13. j < ||l1||
⊢ ¬(l1 l2[i] l1 l2[j] ∈ T)
BY
((DupHyp 10⋅ THEN RWO "length-append" (-1) THEN Auto)
   THEN ((RW (AddrC [1;3] (LemmaC `select_append_front`)) THENA Auto)
         THEN RWO "select_append_back" 0
         THEN Auto
         THEN 0
         THEN Auto')⋅
   }

1
1. Type
2. l1 List
3. l2 List
4. l_disjoint(T;l1;l2)
5. no_repeats(T;l1)
6. no_repeats(T;l2)
7. : ℕ
8. : ℕ
9. i < ||l1 l2||
10. j < ||l1 l2||
11. ¬(i j ∈ ℕ)
12. ¬i < ||l1||
13. j < ||l1||
14. j < ||l1|| ||l2||
15. l2[i ||l1||] l1[j] ∈ T
⊢ False


Latex:


Latex:

1.  T  :  Type
2.  l1  :  T  List
3.  l2  :  T  List
4.  l\_disjoint(T;l1;l2)
5.  no\_repeats(T;l1)
6.  no\_repeats(T;l2)
7.  i  :  \mBbbN{}
8.  j  :  \mBbbN{}
9.  i  <  ||l1  @  l2||
10.  j  <  ||l1  @  l2||
11.  \mneg{}(i  =  j)
12.  \mneg{}i  <  ||l1||
13.  j  <  ||l1||
\mvdash{}  \mneg{}(l1  @  l2[i]  =  l1  @  l2[j])


By


Latex:
((DupHyp  10\mcdot{}  THEN  RWO  "length-append"  (-1)  THEN  Auto)
  THEN  ((RW  (AddrC  [1;3]  (LemmaC  `select\_append\_front`))  0  THENA  Auto)
              THEN  RWO  "select\_append\_back"  0
              THEN  Auto
              THEN  D  0
              THEN  Auto')\mcdot{}
  )




Home Index