Step
*
1
2
1
of Lemma
imax-list-append2
1. u : ℤ
2. ∀[bs:ℤ List]. (imax-list(bs) = imax(imax-list([]);imax-list(bs)) ∈ ℤ) supposing (0 < ||bs|| and 0 < 0)
3. bs : ℤ List
4. 0 < 1
5. 0 < ||bs||
6. ¬0 < 0
⊢ imax-list([u / bs]) = imax(u;imax-list(bs)) ∈ ℤ
BY
{ (RWW "imax-list-cons" 0 THEN Auto) }
Latex:
Latex:
1.  u  :  \mBbbZ{}
2.  \mforall{}[bs:\mBbbZ{}  List]
          (imax-list(bs)  =  imax(imax-list([]);imax-list(bs)))  supposing  (0  <  ||bs||  and  0  <  0)
3.  bs  :  \mBbbZ{}  List
4.  0  <  1
5.  0  <  ||bs||
6.  \mneg{}0  <  0
\mvdash{}  imax-list([u  /  bs])  =  imax(u;imax-list(bs))
By
Latex:
(RWW  "imax-list-cons"  0  THEN  Auto)
Home
Index