aboutsummaryrefslogtreecommitdiff
path: root/Category/BinaryBiproducts.agda
diff options
context:
space:
mode:
Diffstat (limited to 'Category/BinaryBiproducts.agda')
-rw-r--r--Category/BinaryBiproducts.agda19
1 files changed, 19 insertions, 0 deletions
diff --git a/Category/BinaryBiproducts.agda b/Category/BinaryBiproducts.agda
index 790c73a..c975d18 100644
--- a/Category/BinaryBiproducts.agda
+++ b/Category/BinaryBiproducts.agda
@@ -224,6 +224,13 @@ record BinaryBiproducts : Set (levelOfTerm π’ž) where
[ id , βˆ‡ ] ∘ +-assocΛ‘ β‰ˆβŸ¨ pushΛ‘ (Equiv.sym βˆ‡βˆ˜+₁) ⟩
βˆ‡ ∘ id +₁ βˆ‡ ∘ +-assocΛ‘ ∎
+ βˆ‡-assoc-×₁ : {A : Obj} β†’ βˆ‡ {A} ∘ βˆ‡ ×₁ id β‰ˆ βˆ‡ ∘ id ×₁ βˆ‡ ∘ assocΛ‘
+ βˆ‡-assoc-×₁ = begin
+ βˆ‡ ∘ βˆ‡ ×₁ id β‰ˆβŸ¨ refl⟩∘⟨ ×₁-+₁ βˆ‡ id ⟩
+ βˆ‡ ∘ βˆ‡ +₁ id β‰ˆβŸ¨ βˆ‡-assoc ⟩
+ βˆ‡ ∘ id +₁ βˆ‡ ∘ +-assocΛ‘ β‰ˆβŸ¨ refl⟩∘⟨ ×₁-+₁ id βˆ‡ ⟩∘⟨ assocΛ‘β‰ˆ+-assocΛ‘ ⟨
+ βˆ‡ ∘ id ×₁ βˆ‡ ∘ assocΛ‘ ∎
+
Ξ”-assoc : {A : Obj} β†’ id ×₁ Ξ” ∘ Ξ” {A} β‰ˆ assocΛ‘ ∘ Ξ” ×₁ id ∘ Ξ”
Ξ”-assoc = begin
id ×₁ Ξ” ∘ Ξ” β‰ˆβŸ¨ Γ—β‚βˆ˜Ξ” ⟩
@@ -262,3 +269,15 @@ record BinaryBiproducts : Set (levelOfTerm π’ž) where
Ξ” ∘ f β‰ˆβŸ¨ Ξ”βˆ˜Β βŸ©
⟨ f , f ⟩ β‰ˆβŸ¨ Γ—β‚βˆ˜Ξ” ⟨
f ×₁ f ∘ Ξ” ∎
+
+ β‡’βˆ‡-×₁ : {A B : Obj} {f : A β‡’ B} β†’ f ∘ βˆ‡ β‰ˆ βˆ‡ ∘ f ×₁ f
+ β‡’βˆ‡-×₁ {f = f} = begin
+ f ∘ βˆ‡ β‰ˆβŸ¨ β‡’βˆ‡ ⟩
+ βˆ‡ ∘ f +₁ f β‰ˆβŸ¨ refl⟩∘⟨ ×₁-+₁ f f ⟨
+ βˆ‡ ∘ f ×₁ f ∎
+
+ Γ—β‚βˆ˜first : {A B C D E : Obj} {f : B β‡’ C} {g : D β‡’ E} {h : A β‡’ B} β†’ (f ×₁ g) ∘ first h β‰ˆ (f ∘ h) ×₁ g
+ Γ—β‚βˆ˜first = Γ—β‚βˆ˜Γ—β‚ β—‹ ×₁-congβ‚‚ Equiv.refl identityΚ³
+
+ Γ—β‚βˆ˜second : {A B C D E : Obj} {f : A β‡’ B} {g : D β‡’ E} {h : C β‡’ D} β†’ (f ×₁ g) ∘ second h β‰ˆ f ×₁ (g ∘ h)
+ Γ—β‚βˆ˜second = Γ—β‚βˆ˜Γ—β‚ β—‹ ×₁-congβ‚‚ identityΚ³ Equiv.refl