Theorems · Definition · category theory
CategoryTheory.Free.ext
(R : Type u_1) →
[inst : CommRing R] →
{C : Type u} →
[inst_1 : CategoryTheory.Category.{v, u} C] →
{D : Type u} →
[inst_2 : CategoryTheory.Category.{v, u} D] →
[inst_3 : CategoryTheory.Preadditive D] →
[inst_4 : CategoryTheory.Linear R D] →
{F G : CategoryTheory.Functor (CategoryTheory.Free R C) D} →
[F.Additive] →
[CategoryTheory.Functor.Linear R F] →
[G.Additive] →
[CategoryTheory.Functor.Linear R G] →
((CategoryTheory.Free.embedding R C).comp F ≅ (CategoryTheory.Free.embedding R C).comp G) →
(F ≅ G)Two R-linear functors out of the R-linear completion are isomorphic iff their
compositions with the embedding functor are isomorphic.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- CommRingstatement and proof · cited by 17,173
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.Functor.Additivestatement and proof · cited by 1,179
- CategoryTheory.Iso.appproof · cited by 253
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Linearstatement and proof · cited by 131
- CategoryTheory.Functor.Linearstatement and proof · cited by 25
- CategoryTheory.Freestatement and proof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Free.liftUniqueproof · cited by 0