Step * of Lemma member_singleton

[T:Type]. ∀a,x:T.  ((x ∈ [a]) ⇐⇒ a ∈ T)
BY
((((Unfold `l_member` THEN Reduce 0) THEN Auto) THEN ExRepD) THEN Reduce 0) }

1
1. Type
2. T
3. T
4. : ℕ
5. i < 1
6. [a][i] ∈ T
⊢ a ∈ T

2
1. [T] Type
2. T
3. T
4. a ∈ T
⊢ ∃i:ℕ(i < c∧ (x [a][i] ∈ T))


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}a,x:T.    ((x  \mmember{}  [a])  \mLeftarrow{}{}\mRightarrow{}  x  =  a)


By


Latex:
((((Unfold  `l\_member`  0  THEN  Reduce  0)  THEN  Auto)  THEN  ExRepD)  THEN  Reduce  0)




Home Index