Step * of Lemma can-apply-compose'

[A,B,C:Type]. ∀[g:A ⟶ (B Top)]. ∀[f:A ⟶ B ⟶ C]. ∀[x:A].  (can-apply(f o' g;x) can-apply(g;x))
BY
((UnivCD THENA Auto)
   THEN RepUR ``do-apply can-apply p-compose\'`` 0
   THEN ((GenConclAtAddr [1; 1; 1; 1]) THENA Auto)
   THEN -2
   THEN Reduce 0
   THEN Auto) }


Latex:


Latex:
\mforall{}[A,B,C:Type].  \mforall{}[g:A  {}\mrightarrow{}  (B  +  Top)].  \mforall{}[f:A  {}\mrightarrow{}  B  {}\mrightarrow{}  C].  \mforall{}[x:A].
    (can-apply(f  o'  g;x)  \msim{}  can-apply(g;x))


By


Latex:
((UnivCD  THENA  Auto)
  THEN  RepUR  ``do-apply  can-apply  p-compose\mbackslash{}'``  0
  THEN  ((GenConclAtAddr  [1;  1;  1;  1])  THENA  Auto)
  THEN  D  -2
  THEN  Reduce  0
  THEN  Auto)




Home Index