Step
*
of Lemma
A-loop_wf2
∀[Val:Type]. ∀[n:ℕ]. ∀[AType:array{i:l}(Val;n)].
  ∀lo,hi:ℕn.  ∀[body:{lo..hi-} ⟶ (A-map Unit)]. (A-loop(AType;lo;hi;body) ∈ A-map Unit)
BY
{ Auto }
1
1. Val : Type
2. n : ℕ
3. AType : array{i:l}(Val;n)
4. lo : ℕn
5. hi : ℕn
6. body : {lo..hi-} ⟶ (A-map Unit)
⊢ A-loop(AType;lo;hi;body) ∈ A-map Unit
Latex:
Latex:
\mforall{}[Val:Type].  \mforall{}[n:\mBbbN{}].  \mforall{}[AType:array\{i:l\}(Val;n)].
    \mforall{}lo,hi:\mBbbN{}n.    \mforall{}[body:\{lo..hi\msupminus{}\}  {}\mrightarrow{}  (A-map  Unit)].  (A-loop(AType;lo;hi;body)  \mmember{}  A-map  Unit)
By
Latex:
Auto
Home
Index