Theorems · Definition · category theory
CategoryTheory.BraidedCategory.ofFaithful
{C : Type u_1} →
{D : Type u_2} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
[inst_2 : CategoryTheory.MonoidalCategory C] →
[inst_3 : CategoryTheory.MonoidalCategory D] →
(F : CategoryTheory.Functor C D) →
[inst_4 : F.Monoidal] →
[F.Faithful] →
[inst_6 : CategoryTheory.BraidedCategory D] →
(β :
(X Y : C) →
CategoryTheory.MonoidalCategoryStruct.tensorObj X Y ≅
CategoryTheory.MonoidalCategoryStruct.tensorObj Y X) →
autoParam
(∀ (X Y : C),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.LaxMonoidal.μ F X Y)
(F.map (β X Y).hom) =
CategoryTheory.CategoryStruct.comp (β_ (F.obj X) (F.obj Y)).hom
(CategoryTheory.Functor.LaxMonoidal.μ F Y X))
CategoryTheory.BraidedCategory.ofFaithful._auto_1 →
CategoryTheory.BraidedCategory CVerifying the axioms for a braiding by checking that the candidate braiding is sent to a braiding by a faithful monoidal functor.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.BraidedCategorystatement and proof · cited by 779
- CategoryTheory.Functor.Faithfulstatement and proof · cited by 313
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.BraidedCategory.ofFullyFaithfulproof · cited by 0