Theorems · Definition · commutative algebra
Module.Invertible.linearEquivOfLeftInverse
{R : Type u} →
{M : Type v} →
{N : Type u_1} →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : AddCommMonoid N] →
[inst_3 : Module R M] →
[inst_4 : Module R N] →
[Module.Invertible R M] →
[Module.Invertible R N] → {f : M →ₗ[R] N} → {g : N →ₗ[R] M} → Function.LeftInverse ⇑f ⇑g → M ≃ₗ[R] NIf f : M →ₗ[R] N and g : N →ₗ[R] M where M and N are invertible R-modules, and f is
a left inverse of g, then in fact f is also the right inverse of g, and we promote this to
an R-module isomorphism.
- Defined in
- Mathlib.RingTheory.PicardGroup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- LinearEquivstatement · cited by 3,317
- Module.Invertiblestatement and proof · cited by 41
- LinearEquiv.ofLinearMapproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- Module.Invertible.linearEquivOfLeftInverse_applystatement · cited by 0
- Module.Invertible.linearEquivOfLeftInverse_symm_applystatement · cited by 0