Step * 1 1 1 2 of Lemma mu-unroll


1. Base
2. ~ λf,mu-ge,n. if then else eval in mu-ge fi 
3. Base
4. ~ λf,mu-ge,n. if (n 1) then else eval in mu-ge fi 
5. : ℤ
6. 0 < j
7. ∀x,f:Base.  (F f^j 1 ⊥ (x 1) ≤ (fix((G f)) x) 1)
8. Base
9. Base
10. @0 Base
11. is-exception(eval (x 1) in
                 f^j (-1) ⊥ m)
⊢ eval (x 1) in
  f^j 1 ⊥ m ≤ eval in
                  (fix((G f)) m) 1
BY
ExceptionCases (-1) }

1
1. Base
2. ~ λf,mu-ge,n. if then else eval in mu-ge fi 
3. Base
4. ~ λf,mu-ge,n. if (n 1) then else eval in mu-ge fi 
5. : ℤ
6. 0 < j
7. ∀x,f:Base.  (F f^j 1 ⊥ (x 1) ≤ (fix((G f)) x) 1)
8. Base
9. Base
10. @0 Base
11. is-exception(eval (x 1) in
                 f^j (-1) ⊥ m)
12. ((x 1) 1)↓
⊢ eval (x 1) in
  f^j 1 ⊥ m ≤ eval in
                  (fix((G f)) m) 1

2
1. Base
2. ~ λf,mu-ge,n. if then else eval in mu-ge fi 
3. Base
4. ~ λf,mu-ge,n. if (n 1) then else eval in mu-ge fi 
5. : ℤ
6. 0 < j
7. ∀x,f:Base.  (F f^j 1 ⊥ (x 1) ≤ (fix((G f)) x) 1)
8. Base
9. Base
10. @0 Base
11. is-exception(eval (x 1) in
                 f^j (-1) ⊥ m)
12. is-exception((x 1) 1)
⊢ eval (x 1) in
  f^j 1 ⊥ m ≤ eval in
                  (fix((G f)) m) 1


Latex:


Latex:

1.  F  :  Base
2.  F  \msim{}  \mlambda{}f,mu-ge,n.  if  f  n  then  n  else  eval  m  =  n  +  1  in  mu-ge  m  fi 
3.  G  :  Base
4.  G  \msim{}  \mlambda{}f,mu-ge,n.  if  f  (n  +  1)  then  n  else  eval  m  =  n  +  1  in  mu-ge  m  fi 
5.  j  :  \mBbbZ{}
6.  0  <  j
7.  \mforall{}x,f:Base.    (F  f\^{}j  -  1  \mbot{}  (x  +  1)  \mleq{}  (fix((G  f))  x)  +  1)
8.  x  :  Base
9.  f  :  Base
10.  @0  :  Base
11.  is-exception(eval  m  =  (x  +  1)  +  1  in
                                  F  f\^{}j  +  (-1)  \mbot{}  m)
\mvdash{}  eval  m  =  (x  +  1)  +  1  in
    F  f\^{}j  -  1  \mbot{}  m  \mleq{}  eval  m  =  x  +  1  in
                                    (fix((G  f))  m)  +  1


By


Latex:
ExceptionCases  (-1)




Home Index