Step * 2 of Lemma assert-not-isvarterm


1. ∀[opr:Type]. term(opr) ≡ coterm-fun(opr;term(opr))
2. opr Type
3. term(opr) ≡ coterm-fun(opr;term(opr))
4. term(opr)
5. opr
6. bts bound-term(opr) List
7. mkterm(f;bts) ∈ term(opr)
⊢ ¬↑isvarterm(t)
BY
(RWO "-1" THEN Auto) }


Latex:


Latex:

1.  \mforall{}[opr:Type].  term(opr)  \mequiv{}  coterm-fun(opr;term(opr))
2.  opr  :  Type
3.  term(opr)  \mequiv{}  coterm-fun(opr;term(opr))
4.  t  :  term(opr)
5.  f  :  opr
6.  bts  :  bound-term(opr)  List
7.  t  =  mkterm(f;bts)
\mvdash{}  \mneg{}\muparrow{}isvarterm(t)


By


Latex:
(RWO  "-1"  0  THEN  Auto)




Home Index