Step
*
of Lemma
imagetype_wf
∀[A:Type]. ∀[f:Base].  (imagetype(A;f) ∈ Type)
BY
{ (InstLemma `image-per-transitive` []
   THEN RepeatFor 2 (ParallelLast')
   THEN ProveWfLemma
   THEN All (RepUR ``so_apply``)
   THEN Auto) }
1
1. A : Type
2. f : Base
3. Trans(Base;x,y.image-per(A;f) x y)
4. x : Base
5. y : Base
6. image-per(A;f) x y
⊢ image-per(A;f) y x
Latex:
Latex:
\mforall{}[A:Type].  \mforall{}[f:Base].    (imagetype(A;f)  \mmember{}  Type)
By
Latex:
(InstLemma  `image-per-transitive`  []
  THEN  RepeatFor  2  (ParallelLast')
  THEN  ProveWfLemma
  THEN  All  (RepUR  ``so\_apply``)
  THEN  Auto)
Home
Index