Step
*
2
3
1
1
of Lemma
imax-list_functionality
1. L : ℤ List
2. 0 < ||L||
3. set-equal(ℤ;L;[])
4. imax-list(L) ≤ imax-list([])
5. imax-list([]) ≤ imax-list(L)
⊢ 0 < ||[]||
BY
{ (D 3 With ⌜hd(L)⌝  THEN Auto) }
1
1. L : ℤ List
2. 0 < ||L||
3. imax-list(L) ≤ imax-list([])
4. imax-list([]) ≤ imax-list(L)
5. (hd(L) ∈ L) 
⇒ (hd(L) ∈ [])
6. (hd(L) ∈ L) 
⇐ (hd(L) ∈ [])
⊢ 0 < ||[]||
Latex:
Latex:
1.  L  :  \mBbbZ{}  List
2.  0  <  ||L||
3.  set-equal(\mBbbZ{};L;[])
4.  imax-list(L)  \mleq{}  imax-list([])
5.  imax-list([])  \mleq{}  imax-list(L)
\mvdash{}  0  <  ||[]||
By
Latex:
(D  3  With  \mkleeneopen{}hd(L)\mkleeneclose{}    THEN  Auto)
Home
Index