Step * 1 of Lemma last_mklist


1. Type
2. : ℕ ⟶ T
3. : ℕ+
⊢ last(mklist(n;f)) (f (n 1)) ∈ T
BY
(Unfold `last` THEN RWO "mklist_length" THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  f  :  \mBbbN{}  {}\mrightarrow{}  T
3.  n  :  \mBbbN{}\msupplus{}
\mvdash{}  last(mklist(n;f))  =  (f  (n  -  1))


By


Latex:
(Unfold  `last`  0  THEN  RWO  "mklist\_length"  0  THEN  Auto)




Home Index