Step
*
of Lemma
decidable__equal_injection
∀n:ℕ. ∀T:Type.  ((∀x,y:T.  Dec(x = y ∈ T)) 
⇒ (∀f,g:ℕn →⟶ T.  Dec(f = g ∈ ℕn →⟶ T)))
BY
{ (Auto THEN All (Unfold `injection`) THEN Auto) }
Latex:
Latex:
\mforall{}n:\mBbbN{}.  \mforall{}T:Type.    ((\mforall{}x,y:T.    Dec(x  =  y))  {}\mRightarrow{}  (\mforall{}f,g:\mBbbN{}n  \mrightarrow{}{}\mrightarrow{}  T.    Dec(f  =  g)))
By
Latex:
(Auto  THEN  All  (Unfold  `injection`)  THEN  Auto)
Home
Index