Step * of Lemma groupoid-square1_wf

No Annotations
[G:Groupoid]. ∀[x00,x10,x01,x11:cat-ob(cat(G))]. ∀[a:cat-arrow(cat(G)) x00 x10]. ∀[b:cat-arrow(cat(G)) x10 x11].
[c:cat-arrow(cat(G)) x00 x01].
  (groupoid-square1(G;x00;x10;x01;x11;a;b;c) ∈ {d:cat-arrow(cat(G)) x01 x11| d} )
BY
TACTIC:(ProveWfLemma THEN MemTypeCD THEN Auto) }

1
.....set predicate..... 
1. Groupoid
2. x00 cat-ob(cat(G))
3. x10 cat-ob(cat(G))
4. x01 cat-ob(cat(G))
5. x11 cat-ob(cat(G))
6. cat-arrow(cat(G)) x00 x10
7. cat-arrow(cat(G)) x10 x11
8. cat-arrow(cat(G)) x00 x01
⊢ cat-comp(cat(G)) x01 x10 x11 (cat-comp(cat(G)) x01 x00 x10 groupoid-inv(G;x00;x01;c) a) b


Latex:


Latex:
No  Annotations
\mforall{}[G:Groupoid].  \mforall{}[x00,x10,x01,x11:cat-ob(cat(G))].  \mforall{}[a:cat-arrow(cat(G))  x00  x10].
\mforall{}[b:cat-arrow(cat(G))  x10  x11].  \mforall{}[c:cat-arrow(cat(G))  x00  x01].
    (groupoid-square1(G;x00;x10;x01;x11;a;b;c)  \mmember{}  \{d:cat-arrow(cat(G))  x01  x11|  a  o  b  =  c  o  d\}  )


By


Latex:
TACTIC:(ProveWfLemma  THEN  MemTypeCD  THEN  Auto)




Home Index