Step * 1 of Lemma decidable__equal_list


1. [T] Type
2. ∀x,y:T.  Dec(x y ∈ T)@i
⊢ Dec([] [] ∈ (T List))
BY
(OrLeft THEN Auto) }


Latex:


Latex:

1.  [T]  :  Type
2.  \mforall{}x,y:T.    Dec(x  =  y)@i
\mvdash{}  Dec([]  =  [])


By


Latex:
(OrLeft  THEN  Auto)




Home Index