Step * 1 of Lemma urec-level-property

.....assertion..... 
1. Type ⟶ Type
2. Monotone(T.F[T])
3. ∀T:Type. ((T ⊆Base)  (F[T] ⊆Base))
4. destructor{i:l}(T.F[T])
5. urec(F)
⊢ ∀n:ℕ. ∀x:urec(F).  (urec-level(f;x) <  (x ∈ F^urec-level(f;x) Void))
BY
(Thin (-1) THEN InductionOnNat THEN Auto') }

1
1. Type ⟶ Type
2. Monotone(T.F[T])
3. ∀T:Type. ((T ⊆Base)  (F[T] ⊆Base))
4. destructor{i:l}(T.F[T])
5. : ℤ
6. 0 < n
7. ∀x:urec(F). (urec-level(f;x) <  (x ∈ F^urec-level(f;x) Void))
8. urec(F)
9. urec-level(f;x) < n
⊢ x ∈ F^urec-level(f;x) Void


Latex:


Latex:
.....assertion..... 
1.  F  :  Type  {}\mrightarrow{}  Type
2.  Monotone(T.F[T])
3.  \mforall{}T:Type.  ((T  \msubseteq{}r  Base)  {}\mRightarrow{}  (F[T]  \msubseteq{}r  Base))
4.  f  :  destructor\{i:l\}(T.F[T])
5.  x  :  urec(F)
\mvdash{}  \mforall{}n:\mBbbN{}.  \mforall{}x:urec(F).    (urec-level(f;x)  <  n  {}\mRightarrow{}  (x  \mmember{}  F\^{}urec-level(f;x)  Void))


By


Latex:
(Thin  (-1)  THEN  InductionOnNat  THEN  Auto')




Home Index