Step * 1 of Lemma list_match-aux-cons


1. [A] Type
2. [B] Type
3. [R] A ⟶ B ⟶ ℙ
4. ∀a:A. ∀b:B.  SqStable(R[a;b])
5. bs List
6. A
7. List
8. used : ℤ List
9. ∀j:ℤ(j ∈b used ∈ 𝔹)
⊢ list-match-aux([u v];bs;used;a,b.R[a;b])
⇐⇒ ∃j:ℕ||bs||. ((¬↑j ∈b used) ∧ R[u;bs[j]] ∧ list-match-aux(v;bs;[j used];a,b.R[a;b]))
BY
Auto }

1
1. [A] Type
2. [B] Type
3. [R] A ⟶ B ⟶ ℙ
4. ∀a:A. ∀b:B.  SqStable(R[a;b])
5. bs List
6. A
7. List
8. used : ℤ List
9. ∀j:ℤ(j ∈b used ∈ 𝔹)
10. list-match-aux([u v];bs;used;a,b.R[a;b])
⊢ ∃j:ℕ||bs||. ((¬↑j ∈b used) ∧ R[u;bs[j]] ∧ list-match-aux(v;bs;[j used];a,b.R[a;b]))

2
1. [A] Type
2. [B] Type
3. [R] A ⟶ B ⟶ ℙ
4. ∀a:A. ∀b:B.  SqStable(R[a;b])
5. bs List
6. A
7. List
8. used : ℤ List
9. ∀j:ℤ(j ∈b used ∈ 𝔹)
10. ∃j:ℕ||bs||. ((¬↑j ∈b used) ∧ R[u;bs[j]] ∧ list-match-aux(v;bs;[j used];a,b.R[a;b]))
⊢ list-match-aux([u v];bs;used;a,b.R[a;b])


Latex:


Latex:

1.  [A]  :  Type
2.  [B]  :  Type
3.  [R]  :  A  {}\mrightarrow{}  B  {}\mrightarrow{}  \mBbbP{}
4.  \mforall{}a:A.  \mforall{}b:B.    SqStable(R[a;b])
5.  bs  :  B  List
6.  u  :  A
7.  v  :  A  List
8.  used  :  \mBbbZ{}  List
9.  \mforall{}j:\mBbbZ{}.  (j  \mmember{}\msubb{}  used  \mmember{}  \mBbbB{})
\mvdash{}  list-match-aux([u  /  v];bs;used;a,b.R[a;b])
\mLeftarrow{}{}\mRightarrow{}  \mexists{}j:\mBbbN{}||bs||.  ((\mneg{}\muparrow{}j  \mmember{}\msubb{}  used)  \mwedge{}  R[u;bs[j]]  \mwedge{}  list-match-aux(v;bs;[j  /  used];a,b.R[a;b]))


By


Latex:
Auto




Home Index