Step * of Lemma bottom-pair-member-approx-type

[A,B:Type].  (A   (<⊥, ⊥> ∈ approx-type(A × B)))
BY
(Auto
   THEN (RenameVar `a' (-2) THEN (PointwiseFunctionalityForEquality (-2) THENW Auto))
   THEN RenameVar `b' (-1)
   THEN (PointwiseFunctionalityForEquality (-1) THENW Auto)
   THEN Fold `member` 0) }

1
1. Type
2. Type
3. Base
4. a1 Base
5. a1 ∈ A
6. Base
7. b1 Base
8. b1 ∈ B
⊢ <⊥, ⊥> ∈ approx-type(A × B)


Latex:


Latex:
\mforall{}[A,B:Type].    (A  {}\mRightarrow{}  B  {}\mRightarrow{}  (<\mbot{},  \mbot{}>  \mmember{}  approx-type(A  \mtimes{}  B)))


By


Latex:
(Auto
  THEN  (RenameVar  `a'  (-2)  THEN  (PointwiseFunctionalityForEquality  (-2)  THENW  Auto))
  THEN  RenameVar  `b'  (-1)
  THEN  (PointwiseFunctionalityForEquality  (-1)  THENW  Auto)
  THEN  Fold  `member`  0)




Home Index