Step * 3 1 1 1 of Lemma fix-strict


1. Base
2. ∀x,y:Base.  ((F x)↓  (x)↓)
3. ∀y,u,v:Base.  (F (exception(u; v)) exception(u; v))
4. ∀x,y:Base.  (is-exception(F x)  (↓(x)↓ ∨ is-exception(x)))
5. ∀u,v:Base.  (fix(F) (exception(u; v)) exception(u; v))
6. Base@i
7. is-exception(fix(F) x)@i
8. : ℤ
9. 0 < j
10. is-exception(F^j 1 ⊥ x)  (↓(x)↓ ∨ is-exception(x))
11. is-exception(F (F^j 1 ⊥x)@i
⊢ ↓(x)↓ ∨ is-exception(x)
BY
(FHyp [-1] THEN Auto) }


Latex:


Latex:

1.  F  :  Base
2.  \mforall{}x,y:Base.    ((F  y  x)\mdownarrow{}  {}\mRightarrow{}  (x)\mdownarrow{})
3.  \mforall{}y,u,v:Base.    (F  y  (exception(u;  v))  \msim{}  exception(u;  v))
4.  \mforall{}x,y:Base.    (is-exception(F  y  x)  {}\mRightarrow{}  (\mdownarrow{}(x)\mdownarrow{}  \mvee{}  is-exception(x)))
5.  \mforall{}u,v:Base.    (fix(F)  (exception(u;  v))  \msim{}  exception(u;  v))
6.  x  :  Base@i
7.  is-exception(fix(F)  x)@i
8.  j  :  \mBbbZ{}
9.  0  <  j
10.  is-exception(F\^{}j  -  1  \mbot{}  x)  {}\mRightarrow{}  (\mdownarrow{}(x)\mdownarrow{}  \mvee{}  is-exception(x))
11.  is-exception(F  (F\^{}j  -  1  \mbot{})  x)@i
\mvdash{}  \mdownarrow{}(x)\mdownarrow{}  \mvee{}  is-exception(x)


By


Latex:
(FHyp  4  [-1]  THEN  Auto)




Home Index