Step
*
3
2
1
of Lemma
pairs-fpf_property
1. [A] : Type
2. [B] : Type
3. eq1 : EqDecider(A)@i
4. eq2 : EqDecider(B)@i
5. L : (A × B) List@i
6. no_repeats(A;fpf-domain(fpf(L)))
7. ∀a:A. ((a ∈ fpf-domain(fpf(L))) 
⇐⇒ ∃b:B. (<a, b> ∈ L))
8. a : A@i
9. ↑a ∈ dom(fpf(L))@i
⊢ ∀b:B. ((b ∈ reduce(λp,l. if eqof(eq1) (fst(p)) a then insert(snd(p);l) else l fi [];L)) 
⇐⇒ (<a, b> ∈ L))
BY
{ All Thin }
1
1. [A] : Type
2. [B] : Type
3. eq1 : EqDecider(A)@i
4. eq2 : EqDecider(B)@i
5. L : (A × B) List@i
6. a : A@i
⊢ ∀b:B. ((b ∈ reduce(λp,l. if eqof(eq1) (fst(p)) a then insert(snd(p);l) else l fi [];L)) 
⇐⇒ (<a, b> ∈ L))
Latex:
1.  [A]  :  Type
2.  [B]  :  Type
3.  eq1  :  EqDecider(A)@i
4.  eq2  :  EqDecider(B)@i
5.  L  :  (A  \mtimes{}  B)  List@i
6.  no\_repeats(A;fpf-domain(fpf(L)))
7.  \mforall{}a:A.  ((a  \mmember{}  fpf-domain(fpf(L)))  \mLeftarrow{}{}\mRightarrow{}  \mexists{}b:B.  (<a,  b>  \mmember{}  L))
8.  a  :  A@i
9.  \muparrow{}a  \mmember{}  dom(fpf(L))@i
\mvdash{}  \mforall{}b:B
        ((b  \mmember{}  reduce(\mlambda{}p,l.  if  eqof(eq1)  (fst(p))  a  then  insert(snd(p);l)  else  l  fi  ;[];L))  \mLeftarrow{}{}\mRightarrow{}  (<a,  b>  \mmember{}\000C  L))
By
All  Thin
Home
Index