Step * 1 1 of Lemma urec-level_wf


1. Type ⟶ Type
2. ∀T:Type. ((T ⊆Base)  (F[T] ⊆Base))
3. : ⋂T:{T:Type| T ⊆Base} (x:F[T] ⟶ decomp{i:l}(T.F[T];T;x))
4. : ℤ
5. 0 < n
6. ∀x:F^n Void. (urec-level(f;x) ∈ ℕ)
7. (F^n Void)
8. ∀m:ℕ((F^m Void) ⊆Base)
⊢ urec-level(f;z) ∈ ℕ
BY
(RecUnfold `urec-level` 0⋅
   THEN ((GenConclAtAddrType ⌜con:⋂T:{T:Type| T ⊆Base} ((T List) ⟶ F[T]) × {L:(F^n Void) List| 
                                                                                 (con L) z ∈ Base} ⌝ [2;1])⋅
         THENA Try (Complete (Auto))
         )
   )⋅ }

1
.....wf..... 
1. Type ⟶ Type
2. ∀T:Type. ((T ⊆Base)  (F[T] ⊆Base))
3. : ⋂T:{T:Type| T ⊆Base} (x:F[T] ⟶ decomp{i:l}(T.F[T];T;x))
4. : ℤ
5. 0 < n
6. ∀x:F^n Void. (urec-level(f;x) ∈ ℕ)
7. (F^n Void)
8. ∀m:ℕ((F^m Void) ⊆Base)
⊢ z ∈ con:⋂T:{T:Type| T ⊆Base} ((T List) ⟶ F[T]) × {L:(F^n Void) List| (con L) z ∈ Base} 

2
1. Type ⟶ Type
2. ∀T:Type. ((T ⊆Base)  (F[T] ⊆Base))
3. : ⋂T:{T:Type| T ⊆Base} (x:F[T] ⟶ decomp{i:l}(T.F[T];T;x))
4. : ℤ
5. 0 < n
6. ∀x:F^n Void. (urec-level(f;x) ∈ ℕ)
7. (F^n Void)
8. ∀m:ℕ((F^m Void) ⊆Base)
9. con:⋂T:{T:Type| T ⊆Base} ((T List) ⟶ F[T]) × {L:(F^n Void) List| (con L) z ∈ Base} 
10. (f z) v ∈ (con:⋂T:{T:Type| T ⊆Base} ((T List) ⟶ F[T]) × {L:(F^n Void) List| (con L) z ∈ Base} )
⊢ let con,L 
  in if null(L) then else imax-list(map(λt.urec-level(f;t);L)) fi  ∈ ℕ


Latex:


Latex:

1.  F  :  Type  {}\mrightarrow{}  Type
2.  \mforall{}T:Type.  ((T  \msubseteq{}r  Base)  {}\mRightarrow{}  (F[T]  \msubseteq{}r  Base))
3.  f  :  \mcap{}T:\{T:Type|  T  \msubseteq{}r  Base\}  .  (x:F[T]  {}\mrightarrow{}  decomp\{i:l\}(T.F[T];T;x))
4.  n  :  \mBbbZ{}
5.  0  <  n
6.  \mforall{}x:F\^{}n  -  1  Void.  (urec-level(f;x)  \mmember{}  \mBbbN{})
7.  z  :  F  (F\^{}n  -  1  Void)
8.  \mforall{}m:\mBbbN{}.  ((F\^{}m  Void)  \msubseteq{}r  Base)
\mvdash{}  urec-level(f;z)  \mmember{}  \mBbbN{}


By


Latex:
(RecUnfold  `urec-level`  0\mcdot{}
  THEN  ((GenConclAtAddrType  \mkleeneopen{}con:\mcap{}T:\{T:Type|  T  \msubseteq{}r  Base\}  .  ((T  List)  {}\mrightarrow{}  F[T])
                                                        \mtimes{}  \{L:(F\^{}n  -  1  Void)  List|  (con  L)  =  z\}  \mkleeneclose{}  [2;1])\mcdot{}
              THENA  Try  (Complete  (Auto))
              )
  )\mcdot{}




Home Index