Step * of Lemma seq-normalize-equal

[T:Type]. ∀[n:ℕ]. ∀[s:ℕn ⟶ T].  (seq-normalize(n;s) s ∈ (ℕn ⟶ T))
BY
(Auto THEN FunExt THEN Auto THEN RepUR ``seq-normalize`` THEN AutoSplit) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[n:\mBbbN{}].  \mforall{}[s:\mBbbN{}n  {}\mrightarrow{}  T].    (seq-normalize(n;s)  =  s)


By


Latex:
(Auto  THEN  FunExt  THEN  Auto  THEN  RepUR  ``seq-normalize``  0  THEN  AutoSplit)




Home Index