Step * 1 1 1 2 1 2 2 1 of Lemma wfbts_wf


1. opr Type
2. sort term(opr) ⟶ ℕ
3. arity opr ⟶ ((ℕ × ℕList)
4. bound-term(opr)
5. bound-term(opr) List
6. (∀i:ℕ||v||. (↑wf-term(arity;sort;snd(v[i]))))  (v ∈ (varname() List × wfterm(opr;sort;arity)) List)
7. ∀i:ℕ||[u v]||. (↑wf-term(arity;sort;snd([u v][i])))
8. : ℕ||v||
⊢ ↑wf-term(arity;sort;snd(v[i]))
BY
(D -2 With ⌜1⌝  THEN Auto) }


Latex:


Latex:

1.  opr  :  Type
2.  sort  :  term(opr)  {}\mrightarrow{}  \mBbbN{}
3.  arity  :  opr  {}\mrightarrow{}  ((\mBbbN{}  \mtimes{}  \mBbbN{})  List)
4.  u  :  bound-term(opr)
5.  v  :  bound-term(opr)  List
6.  (\mforall{}i:\mBbbN{}||v||.  (\muparrow{}wf-term(arity;sort;snd(v[i]))))
{}\mRightarrow{}  (v  \mmember{}  (varname()  List  \mtimes{}  wfterm(opr;sort;arity))  List)
7.  \mforall{}i:\mBbbN{}||[u  /  v]||.  (\muparrow{}wf-term(arity;sort;snd([u  /  v][i])))
8.  i  :  \mBbbN{}||v||
\mvdash{}  \muparrow{}wf-term(arity;sort;snd(v[i]))


By


Latex:
(D  -2  With  \mkleeneopen{}i  +  1\mkleeneclose{}    THEN  Auto)




Home Index