Step * of Lemma equal-partial

[T:Type]. ∀[x,y:partial(T)].  uiff(x y ∈ partial(T);uiff((x)↓;(y)↓) ∧ ((x)↓  (x y ∈ T))) supposing value-type(T)
BY
(Intros THEN (RepeatFor (D 0) THENA Auto)) }

1
1. Type
2. value-type(T)
3. partial(T)
4. partial(T)
5. y ∈ partial(T)
⊢ uiff((x)↓;(y)↓) ∧ ((x)↓  (x y ∈ T))

2
1. Type
2. value-type(T)
3. partial(T)
4. partial(T)
5. uiff((x)↓;(y)↓) ∧ ((x)↓  (x y ∈ T))
⊢ y ∈ partial(T)


Latex:


Latex:
\mforall{}[T:Type]
    \mforall{}[x,y:partial(T)].    uiff(x  =  y;uiff((x)\mdownarrow{};(y)\mdownarrow{})  \mwedge{}  ((x)\mdownarrow{}  {}\mRightarrow{}  (x  =  y)))  supposing  value-type(T)


By


Latex:
(Intros  THEN  (RepeatFor  2  (D  0)  THENA  Auto))




Home Index