Step * of Lemma length-if-co-list-sq

[T:Type]. ∀[t:colist(T)]. ∀[n:ℕ].  ||t|| supposing ||t|| n ∈ partial(ℤ)
BY
(RepeatFor (Intro)
   THEN (InstLemma `length-in-bar-int-if-co-list` [⌜T⌝;⌜t⌝]⋅ THENA Auto)
   THEN (D THENA Auto)
   THEN (Assert ⌜||t|| n ∈ ℤ⌝⋅ THENM (HypSubst' (-1) THEN Auto))) }

1
.....assertion..... 
1. Type
2. colist(T)
3. : ℕ
4. ||t|| ∈ partial(ℤ)
5. ||t|| n ∈ partial(ℤ)
⊢ ||t|| n ∈ ℤ


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[t:colist(T)].  \mforall{}[n:\mBbbN{}].    ||t||  \msim{}  n  supposing  ||t||  =  n


By


Latex:
(RepeatFor  3  (Intro)
  THEN  (InstLemma  `length-in-bar-int-if-co-list`  [\mkleeneopen{}T\mkleeneclose{};\mkleeneopen{}t\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  (D  0  THENA  Auto)
  THEN  (Assert  \mkleeneopen{}||t||  =  n\mkleeneclose{}\mcdot{}  THENM  (HypSubst'  (-1)  0  THEN  Auto)))




Home Index