Theorems · Definition · category theory
ModuleCat.isoMk
{R : Type u} →
[inst : Ring R] →
{M N : ModuleCat R} →
(φ : (CategoryTheory.forget₂ (ModuleCat R) Ab).obj M ≅ (CategoryTheory.forget₂ (ModuleCat R) Ab).obj N) →
(∀ (r : R),
CategoryTheory.CategoryStruct.comp φ.hom (N.smul r) = CategoryTheory.CategoryStruct.comp (M.smul r) φ.hom) →
(M ≅ N)Constructor for isomorphisms in ModuleCat R taking an isomorphism in AddCommGrpCat
and a compatibility condition.
- Defined in
- Mathlib.Algebra.Category.ModuleCat.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Ring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- RingHom.idstatement · cited by 18,349
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- Ringstatement and proof · cited by 7,463
- CategoryTheory.Isostatement and proof · cited by 3,963
- AddMonoidHomstatement · cited by 3,230
- ModuleCatstatement and proof · cited by 1,429
Cited by4
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.Scheme.Modules.restrictUnitIsoproof · cited by 1
- ModuleCat.isoMk_homstatement · cited by 0
- ModuleCat.isoMk_invstatement · cited by 0
- ModuleCat.isoMk_symmstatement · cited by 0