Step * 1 2 of Lemma cat-comp-isomorphism


1. SmallCategory
2. cat-ob(C)
3. cat-ob(C)
4. cat-ob(C)
5. cat-arrow(C) b
6. cat-arrow(C) c
7. cat-arrow(C) a
8. (cat-comp(C) h) (cat-id(C) a) ∈ (cat-arrow(C) a)
9. (cat-comp(C) f) (cat-id(C) b) ∈ (cat-arrow(C) b)
10. cat-arrow(C) b
11. (cat-comp(C) j) (cat-id(C) b) ∈ (cat-arrow(C) b)
12. (cat-comp(C) g) (cat-id(C) c) ∈ (cat-arrow(C) c)
13. (cat-comp(C) (cat-comp(C) g) (cat-comp(C) h)) (cat-id(C) a) ∈ (cat-arrow(C) a)
⊢ (cat-comp(C) (cat-comp(C) h) (cat-comp(C) g)) (cat-id(C) c) ∈ (cat-arrow(C) c)
BY
((RWO "cat-comp-assoc" THENA Auto)
   THEN (RW (AddrC [2;2] (RevLemmaC `cat-comp-assoc`)) THENA Auto)
   THEN RWO  "-5" 0
   THEN Auto) }


Latex:


Latex:

1.  C  :  SmallCategory
2.  a  :  cat-ob(C)
3.  b  :  cat-ob(C)
4.  c  :  cat-ob(C)
5.  f  :  cat-arrow(C)  a  b
6.  g  :  cat-arrow(C)  b  c
7.  h  :  cat-arrow(C)  b  a
8.  (cat-comp(C)  a  b  a  f  h)  =  (cat-id(C)  a)
9.  (cat-comp(C)  b  a  b  h  f)  =  (cat-id(C)  b)
10.  j  :  cat-arrow(C)  c  b
11.  (cat-comp(C)  b  c  b  g  j)  =  (cat-id(C)  b)
12.  (cat-comp(C)  c  b  c  j  g)  =  (cat-id(C)  c)
13.  (cat-comp(C)  a  c  a  (cat-comp(C)  a  b  c  f  g)  (cat-comp(C)  c  b  a  j  h))  =  (cat-id(C)  a)
\mvdash{}  (cat-comp(C)  c  a  c  (cat-comp(C)  c  b  a  j  h)  (cat-comp(C)  a  b  c  f  g))  =  (cat-id(C)  c)


By


Latex:
((RWO  "cat-comp-assoc"  0  THENA  Auto)
  THEN  (RW  (AddrC  [2;2]  (RevLemmaC  `cat-comp-assoc`))  0  THENA  Auto)
  THEN  RWO    "-5"  0
  THEN  Auto)




Home Index