We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d76172 commit d103a77Copy full SHA for d103a77
src/Categories/Bicategory/Extras.agda
@@ -405,6 +405,16 @@ module UnitorCoherence where
405
id₁ ▷ (λ⇒ ∘ᵥ α⇒) ≈˘⟨ id.identity ⟩⊚⟨refl ⟩
406
id.F₁ _ ⊚₁ (λ⇒ ∘ᵥ α⇒) ∎)
407
408
+ unitorˡ-coherence-iso : {f : B ⇒₁ C} {g : A ⇒₁ B} → unitorˡ ◁ᵢ g ≈ᵢ unitorˡ ∘ᵢ associator {f = id₁} {f} {g}
409
+ unitorˡ-coherence-iso = ⌞ unitorˡ-coherence ⌟
410
+
411
+ unitorˡ-coherence-inv : [ f ⊚₀ g ⇒ (id₁ ⊚₀ f) ⊚₀ g ]⟨
412
+ λ⇐ ◁ g
413
+ ≈ λ⇐ ⇒⟨ id₁ ⊚₀ (f ⊚₀ g) ⟩
414
+ α⇐
415
+ ⟩
416
+ unitorˡ-coherence-inv = to-≈ unitorˡ-coherence-iso
417
418
unitorʳ-coherence : [ (f ⊚₀ g) ⊚₀ id₁ ⇒ f ⊚₀ g ]⟨
419
ρ⇒
420
≈ α⇒ ⇒⟨ f ⊚₀ (g ⊚₀ id₁) ⟩
0 commit comments