Step * of Lemma strong-subtype-eq4

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

1
1. Type
2. Type
3. B
4. A
5. strong-subtype(B;A)
6. a ∈ A
⊢ a ∈ B


Latex:


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


By


Latex:
(Unfold  `guard`  0  THEN  Auto  THEN  Try  ((DoSubsume  THEN  Auto)))




Home Index