Theorems · Definition · category theory
CategoryTheory.Linear.homCongr
(k : Type u_1) →
{C : Type u_2} →
[inst : CategoryTheory.Category.{v_1, u_2} C] →
[inst_1 : Semiring k] →
[inst_2 : CategoryTheory.Preadditive C] →
[inst_3 : CategoryTheory.Linear k C] → {X Y W Z : C} → (X ≅ Y) → (W ≅ Z) → (X ⟶ W) ≃ₗ[k] Y ⟶ ZGiven isomorphic objects X ≅ Y, W ≅ Z in a k-linear category, we have a k-linear
isomorphism between Hom(X, W) and Hom(Y, Z).
- Defined in
- Mathlib.CategoryTheory.Linear.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 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.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- LinearMapproof · cited by 10,215
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Isostatement and proof · cited by 3,963
- LinearEquivstatement · cited by 3,317
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- LinearMap.compproof · cited by 1,642
- CategoryTheory.Iso.symmproof · cited by 993
Cited by4
Results whose statement or proof uses this declaration.
- Rep.MonoidalClosed.linearHomEquivCommproof · cited by 2
- Rep.diagonalHomEquivproof · cited by 0
- CategoryTheory.Linear.homCongr_applystatement · cited by 0
- CategoryTheory.Linear.homCongr_symm_applystatement · cited by 0