Step * of Lemma retract-compose_wf

[T,A:Type]. ∀[f:T ⟶ A]. ∀[h:Base].
  (retract-compose(h;f) ∈ {g:T ⟶ A| f ∈ (T ⟶ A)} supposing (((T ⊆Base) ∧ (A ⊆Base) ∧ retract(T;h)) and value\000C-type(T))
BY
(Auto THEN Assert ⌜retract-compose(h;f) f ∈ (T ⟶ A)⌝⋅ THEN Auto) }

1
.....assertion..... 
1. Type
2. Type
3. T ⟶ A
4. Base
5. value-type(T)
6. T ⊆Base
7. A ⊆Base
8. retract(T;h)
⊢ retract-compose(h;f) f ∈ (T ⟶ A)


Latex:


Latex:
\mforall{}[T,A:Type].  \mforall{}[f:T  {}\mrightarrow{}  A].  \mforall{}[h:Base].
    (retract-compose(h;f)  \mmember{}  \{g:T  {}\mrightarrow{}  A|  g  =  f\}  )  supposing  (((T  \msubseteq{}r  Base)  \mwedge{}  (A  \msubseteq{}r  Base)  \mwedge{}  retract(T;h))  \000Cand  value-type(T))


By


Latex:
(Auto  THEN  Assert  \mkleeneopen{}retract-compose(h;f)  =  f\mkleeneclose{}\mcdot{}  THEN  Auto)




Home Index