Step * of Lemma bar-converges-unique

[T:Type]. ∀[x:bar-base(T)]. ∀[a,b:T].  (x↓ x↓ (a b ∈ T))
BY
TACTIC:(Unfold `bar-converges` THEN Auto THEN ExRepD THEN Auto) }

1
1. Type
2. bar-base(T)
3. T
4. T
5. n1 : ℕ@i
6. bar-val(n1;x) (inl a) ∈ (T?)
7. : ℕ@i
8. bar-val(n;x) (inl b) ∈ (T?)
⊢ b ∈ T


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[x:bar-base(T)].  \mforall{}[a,b:T].    (x\mdownarrow{}a  {}\mRightarrow{}  x\mdownarrow{}b  {}\mRightarrow{}  (a  =  b))


By


Latex:
TACTIC:(Unfold  `bar-converges`  0  THEN  Auto  THEN  ExRepD  THEN  Auto)




Home Index