Step * of Lemma partial-strong-subtype-base

[T:Type]. ((T ⊆Base)  strong-subtype(partial(T);Base))
BY
(Auto THEN 0) }

1
1. Type
2. T ⊆Base
⊢ partial(T) ⊆Base

2
1. Type
2. T ⊆Base
3. partial(T) ⊆Base
⊢ {b:Base| ∃a:partial(T). (b a ∈ Base)}  ⊆partial(T)


Latex:


Latex:
\mforall{}[T:Type].  ((T  \msubseteq{}r  Base)  {}\mRightarrow{}  strong-subtype(partial(T);Base))


By


Latex:
(Auto  THEN  D  0)




Home Index