Step * of Lemma row-list-matrix_wf

[n,m:ℕ]. ∀[r:RngSig]. ∀[L:|r| List List].
  (row-list-matrix(L) ∈ Matrix(n;m;r)) supposing ((∀i:ℕn. (m ≤ ||L[i]||)) and (n ≤ ||L||))
BY
ProveWfLemma }

1
1. : ℕ
2. : ℕ
3. RngSig
4. |r| List List
5. n ≤ ||L||
6. ∀i:ℕn. (m ≤ ||L[i]||)
7. : ℕn
8. : ℕm
⊢ y < ||L[x]||


Latex:


Latex:
\mforall{}[n,m:\mBbbN{}].  \mforall{}[r:RngSig].  \mforall{}[L:|r|  List  List].
    (row-list-matrix(L)  \mmember{}  Matrix(n;m;r))  supposing  ((\mforall{}i:\mBbbN{}n.  (m  \mleq{}  ||L[i]||))  and  (n  \mleq{}  ||L||))


By


Latex:
ProveWfLemma




Home Index