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


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. ||sa|| ||sb|| ∈ ℤ
11. a1 : ℕ||sb||
12. a2 : ℕ||sb||
13. (f a1) (f a2) ∈ ℕ||sb||
⊢ a1 a2 ∈ ℕ||sb||
BY
(Assert ⌜(sa[a1] sb[f a1] ∈ T) ∧ (sa[a2] sb[f a2] ∈ T)⌝⋅ THEN Auto) }

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. ||sa|| ||sb|| ∈ ℤ
11. a1 : ℕ||sb||
12. a2 : ℕ||sb||
13. (f a1) (f a2) ∈ ℕ||sb||
14. sa[a1] sb[f a1] ∈ T
15. sa[a2] sb[f a2] ∈ T
⊢ a1 a2 ∈ ℕ||sb||


Latex:


Latex:

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])
10.  ||sa||  =  ||sb||
11.  a1  :  \mBbbN{}||sb||
12.  a2  :  \mBbbN{}||sb||
13.  (f  a1)  =  (f  a2)
\mvdash{}  a1  =  a2


By


Latex:
(Assert  \mkleeneopen{}(sa[a1]  =  sb[f  a1])  \mwedge{}  (sa[a2]  =  sb[f  a2])\mkleeneclose{}\mcdot{}  THEN  Auto)




Home Index