Step * of Lemma strong-subtype-member

[A,B:Type]. ∀[b:B]. ∀[a:A].  {b ∈ supposing a ∈ B} supposing strong-subtype(A;B)
BY
(Unfold `guard` THEN Auto THEN (All (Unfold `strong-subtype`)) THEN ExRepD THEN TrySubsume) }

1
1. Type
2. Type
3. B
4. A
5. A ⊆B
6. {b:B| ∃a:A. (b a ∈ B)}  ⊆A
7. a ∈ B
⊢ b ∈ A


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[b:B].  \mforall{}[a:A].    \{b  \mmember{}  A  supposing  b  =  a\}  supposing  strong-subtype(A;B)


By


Latex:
(Unfold  `guard`  0  THEN  Auto  THEN  (All  (Unfold  `strong-subtype`))  THEN  ExRepD  THEN  TrySubsume)




Home Index