Step
*
1
2
2
of Lemma
last-lemma-sq
1. T : Type
2. L : T List
3. ¬↑null(L)
4. ||L|| > 0
⊢ L ~ firstn(||L|| - 1;L) @ nth_tl(||L|| - 1;L)
BY
{ (BLemma `append_firstn_lastn_sq` THENA Auto) }
Latex:
Latex:
1.  T  :  Type
2.  L  :  T  List
3.  \mneg{}\muparrow{}null(L)
4.  ||L||  >  0
\mvdash{}  L  \msim{}  firstn(||L||  -  1;L)  @  nth\_tl(||L||  -  1;L)
By
Latex:
(BLemma  `append\_firstn\_lastn\_sq`  THENA  Auto)
Home
Index