Step * 1 1 1 1 of Lemma permutation-when-no_repeats

.....antecedent..... 
1. Type
2. sa List
3. sb List
4. ∀x:T. ((x ∈ sa) ⇐⇒ (x ∈ sb))
5. no_repeats(T;sb)
6. no_repeats(T;sa)
7. ∀i:ℕ||sa||. ∃j:ℕ||sb||. (sa[i] sb[j] ∈ T)
8. i:ℕ||sa|| ⟶ ℕ||sb||
9. ∀i:ℕ||sa||. (sa[i] sb[f i] ∈ T)
⊢ Inj(ℕ||sa||;ℕ||sb||;f)
BY
((D THEN Auto) THEN SupposeNot) }

1
1. Type
2. sa List
3. sb List
4. ∀x:T. ((x ∈ sa) ⇐⇒ (x ∈ sb))
5. no_repeats(T;sb)
6. no_repeats(T;sa)
7. ∀i:ℕ||sa||. ∃j:ℕ||sb||. (sa[i] sb[j] ∈ T)
8. i:ℕ||sa|| ⟶ ℕ||sb||
9. ∀i:ℕ||sa||. (sa[i] sb[f i] ∈ T)
10. a1 : ℕ||sa||
11. a2 : ℕ||sa||
12. (f a1) (f a2) ∈ ℕ||sb||
13. ¬(a1 a2 ∈ ℕ||sa||)
⊢ a1 a2 ∈ ℕ||sa||


Latex:


Latex:
.....antecedent..... 
1.  T  :  Type
2.  sa  :  T  List
3.  sb  :  T  List
4.  \mforall{}x:T.  ((x  \mmember{}  sa)  \mLeftarrow{}{}\mRightarrow{}  (x  \mmember{}  sb))
5.  no\_repeats(T;sb)
6.  no\_repeats(T;sa)
7.  \mforall{}i:\mBbbN{}||sa||.  \mexists{}j:\mBbbN{}||sb||.  (sa[i]  =  sb[j])
8.  f  :  i:\mBbbN{}||sa||  {}\mrightarrow{}  \mBbbN{}||sb||
9.  \mforall{}i:\mBbbN{}||sa||.  (sa[i]  =  sb[f  i])
\mvdash{}  Inj(\mBbbN{}||sa||;\mBbbN{}||sb||;f)


By


Latex:
((D  0  THEN  Auto)  THEN  SupposeNot)




Home Index