Step * 3 2 1 1 of Lemma pairs-fpf_property


1. [A] Type
2. [B] Type
3. eq1 EqDecider(A)
4. eq2 EqDecider(B)
5. (A × B) List
6. A
⊢ ∀b:B. ((b ∈ reduce(λp,l. if eqof(eq1) (fst(p)) then insert(snd(p);l) else fi ;[];L)) ⇐⇒ (<a, b> ∈ L))
BY
xxx((ListInd (-2)) THEN Reduce 0)xxx }

1
1. [A] Type
2. [B] Type
3. eq1 EqDecider(A)
4. eq2 EqDecider(B)
5. A
⊢ ∀b:B. ((b ∈ []) ⇐⇒ (<a, b> ∈ []))

2
1. [A] Type
2. [B] Type
3. eq1 EqDecider(A)
4. eq2 EqDecider(B)
5. A
6. A × B
7. (A × B) List
8. ∀b:B. ((b ∈ reduce(λp,l. if eqof(eq1) (fst(p)) then insert(snd(p);l) else fi ;[];v)) ⇐⇒ (<a, b> ∈ v))
⊢ ∀b:B
    ((b ∈ if eqof(eq1) (fst(u)) a
      then insert(snd(u);reduce(λp,l. if eqof(eq1) (fst(p)) then insert(snd(p);l) else fi ;[];v))
      else reduce(λp,l. if eqof(eq1) (fst(p)) then insert(snd(p);l) else fi ;[];v)
      fi )
    ⇐⇒ (<a, b> ∈ [u v]))


Latex:


Latex:

1.  [A]  :  Type
2.  [B]  :  Type
3.  eq1  :  EqDecider(A)
4.  eq2  :  EqDecider(B)
5.  L  :  (A  \mtimes{}  B)  List
6.  a  :  A
\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


Latex:
xxx((ListInd  (-2))  THEN  Reduce  0)xxx




Home Index