Step * of Lemma tl_nth_tl

[n:ℕ]. ∀[L:Top List].  (tl(nth_tl(n;L)) nth_tl(n;tl(L)))
BY
(Auto THEN (InstLemma `nth_tl_nth_tl` [⌜1⌝;⌜n⌝;⌜L⌝]⋅ THENA Auto) THEN NthHypSq (-1) THEN EqCD) }

1
1. : ℕ
2. Top List
3. nth_tl(1;nth_tl(n;L)) nth_tl(1 n;L)
⊢ tl(nth_tl(n;L)) nth_tl(1;nth_tl(n;L))

2
1. : ℕ
2. Top List
3. nth_tl(1;nth_tl(n;L)) nth_tl(1 n;L)
⊢ nth_tl(n;tl(L)) nth_tl(1 n;L)


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[L:Top  List].    (tl(nth\_tl(n;L))  \msim{}  nth\_tl(n;tl(L)))


By


Latex:
(Auto  THEN  (InstLemma  `nth\_tl\_nth\_tl`  [\mkleeneopen{}1\mkleeneclose{};\mkleeneopen{}n\mkleeneclose{};\mkleeneopen{}L\mkleeneclose{}]\mcdot{}  THENA  Auto)  THEN  NthHypSq  (-1)  THEN  EqCD)




Home Index