Step * 1 of Lemma implies-equiv-props


1. : ℙ List+
2. ∀i:ℕ||L|| 1. (L[i]  L[i 1])
3. last(L)  hd(L)
⊢ equiv-props(L)
BY
(Assert hd(L)  (∀i:ℕ||L||. L[i]) BY
         Auto) }

1
.....aux..... 
1. : ℙ List+
2. ∀i:ℕ||L|| 1. (L[i]  L[i 1])
3. last(L)  hd(L)
4. hd(L)
5. : ℕ||L||
⊢ L[i]

2
1. : ℙ List+
2. ∀i:ℕ||L|| 1. (L[i]  L[i 1])
3. last(L)  hd(L)
4. hd(L)  (∀i:ℕ||L||. L[i])
⊢ equiv-props(L)


Latex:


Latex:

1.  L  :  \mBbbP{}  List\msupplus{}
2.  \mforall{}i:\mBbbN{}||L||  -  1.  (L[i]  {}\mRightarrow{}  L[i  +  1])
3.  last(L)  {}\mRightarrow{}  hd(L)
\mvdash{}  equiv-props(L)


By


Latex:
(Assert  hd(L)  {}\mRightarrow{}  (\mforall{}i:\mBbbN{}||L||.  L[i])  BY
              Auto)




Home Index