Step * 1 1 of Lemma decidable__list-match


1. [A] Type
2. [B] Type
3. [R] A ⟶ B ⟶ ℙ
4. ∀a:A. ∀b:B.  Dec(R[a;b])
5. as List
6. bs List
7. list-match(as;bs;a,b.R[a;b]) ⇐⇒ list-match-aux(as;bs;[];a,b.R[a;b])
⊢ Dec(list-match(as;bs;a,b.R[a;b]))
BY
(RWO "-1" THEN Auto) }


Latex:


Latex:

1.  [A]  :  Type
2.  [B]  :  Type
3.  [R]  :  A  {}\mrightarrow{}  B  {}\mrightarrow{}  \mBbbP{}
4.  \mforall{}a:A.  \mforall{}b:B.    Dec(R[a;b])
5.  as  :  A  List
6.  bs  :  B  List
7.  list-match(as;bs;a,b.R[a;b])  \mLeftarrow{}{}\mRightarrow{}  list-match-aux(as;bs;[];a,b.R[a;b])
\mvdash{}  Dec(list-match(as;bs;a,b.R[a;b]))


By


Latex:
(RWO  "-1"  0  THEN  Auto)




Home Index