Step * 1 2 of Lemma aa_kleene_fan_contra_partial_imax


1. f :     bar()@i
2. b:  bar(). a:. ((f a) = b)@i
3. T :       @i
4. indx,input:.
     ((nsteps:. (((T indx input nsteps))  (f indx input)))
      ((f indx input)  (nsteps:. ((T indx input nsteps))))
      (n1,n2:.  (((n1  n2)  ((T indx input n1)))  ((T indx input n2)))))@i
5. A :   @i
 x:
   (((l.y:
            ((y < ||l||)
             (((((T y y ||l||))  f y y = ff)  l[y] = tt)  ((((T y y ||l||))  f y y = tt)  l[y] = ff)))) 
      mklist(x;A)))
BY
{ (((Reduce 0 THEN InstHyp [A] 2) THENA Auto)
   THEN skip{use the bijection to invert the function and get index as a}
   THEN D (-1)
   THEN Assert (f a) = A
   THEN skip{need to show that they are equal in non-bar type}) }

1
.....assertion..... 
1. f :     bar()@i
2. b:  bar(). a:. ((f a) = b)@i
3. T :       @i
4. indx,input:.
     ((nsteps:. (((T indx input nsteps))  (f indx input)))
      ((f indx input)  (nsteps:. ((T indx input nsteps))))
      (n1,n2:.  (((n1  n2)  ((T indx input n1)))  ((T indx input n2)))))@i
5. A :   @i
6. a : 
7. (f a) = A
 (f a) = A

2
1. f :     bar()@i
2. b:  bar(). a:. ((f a) = b)@i
3. T :       @i
4. indx,input:.
     ((nsteps:. (((T indx input nsteps))  (f indx input)))
      ((f indx input)  (nsteps:. ((T indx input nsteps))))
      (n1,n2:.  (((n1  n2)  ((T indx input n1)))  ((T indx input n2)))))@i
5. A :   @i
6. a : 
7. (f a) = A
8. (f a) = A
 x:
   ((y:
        ((y < ||mklist(x;A)||)
         (((((T y y ||mklist(x;A)||))  f y y = ff)  mklist(x;A)[y] = tt)
            ((((T y y ||mklist(x;A)||))  f y y = tt)  mklist(x;A)[y] = ff)))))



1.  f  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}  {}\mrightarrow{}  bar(\mBbbB{})@i
2.  \mforall{}b:\mBbbN{}  {}\mrightarrow{}  bar(\mBbbB{}).  \mexists{}a:\mBbbN{}.  ((f  a)  =  b)@i
3.  T  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}  {}\mrightarrow{}  \mBbbB{}@i
4.  \mforall{}indx,input:\mBbbN{}.
          ((\mforall{}nsteps:\mBbbN{}.  ((\muparrow{}(T  indx  input  nsteps))  {}\mRightarrow{}  (f  indx  input)\mdownarrow{}))
          \mwedge{}  ((f  indx  input)\mdownarrow{}  {}\mRightarrow{}  (\mexists{}nsteps:\mBbbN{}.  (\muparrow{}(T  indx  input  nsteps))))
          \mwedge{}  (\mforall{}n1,n2:\mBbbN{}.    (((n1  \mleq{}  n2)  \mwedge{}  (\muparrow{}(T  indx  input  n1)))  {}\mRightarrow{}  (\muparrow{}(T  indx  input  n2)))))@i
5.  A  :  \mBbbN{}  {}\mrightarrow{}  \mBbbB{}@i
\mvdash{}  \mexists{}x:\mBbbN{}
      (\mneg{}((\mlambda{}l.\mforall{}y:\mBbbN{}
                        ((y  <  ||l||)
                        {}\mRightarrow{}  ((((\muparrow{}(T  y  y  ||l||))  \mwedge{}  f  y  y  =  ff)  {}\mRightarrow{}  l[y]  =  tt)
                              \mwedge{}  (((\muparrow{}(T  y  y  ||l||))  \mwedge{}  f  y  y  =  tt)  {}\mRightarrow{}  l[y]  =  ff)))) 
            mklist(x;A)))


By

(((Reduce  0  THEN  InstHyp  [\mkleeneopen{}A\mkleeneclose{}]  2\mcdot{})  THENA  Auto)
  THEN  skip\{use  the  bijection  to  invert  the  function  and  get  index  as  a\}
  THEN  D  (-1)
  THEN  Assert  \mkleeneopen{}(f  a)  =  A\mkleeneclose{}\mcdot{}
  THEN  skip\{need  to  show  that  they  are  equal  in  non-bar  type\})\mcdot{}



Home Index