Theorems · Theorem · commutative algebra
exists_bijective_map_powers
∀ {R : Type u_3} {M : Type u_4} {N : Type u_5} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
[inst_3 : AddCommGroup N] [inst_4 : Module R N] (S : Submonoid R) {M' : Type u_1} [inst_5 : AddCommGroup M']
[inst_6 : Module R M'] (f : M →ₗ[R] M') [inst_7 : IsLocalizedModule S f] {N' : Type u_2} [inst_8 : AddCommGroup N']
[inst_9 : Module R N'] (g : N →ₗ[R] N') [inst_10 : IsLocalizedModule S g] [Module.Finite R M]
[Module.FinitePresentation R N] (l : M →ₗ[R] N),
Function.Bijective ⇑((IsLocalizedModule.map S f g) l) →
∃ r ∈ S, ∀ (t : R), r ∣ t → Function.Bijective ⇑((LocalizedModule.map (Submonoid.powers t)) l)Let M be a finite R-module, and N be a finitely presented R-module.
If l : M →ₗ[R] N is a linear map whose localization at S : Submonoid R is bijective,
then l is already bijective under the localization at some r ∈ S.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites62
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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Algebra.algebraMapproof · cited by 4,706
- LinearEquivproof · cited by 3,317
- Submonoidstatement and proof · cited by 3,086
- Units.valproof · cited by 1,966
- mul_assocproof · cited by 1,667
- LinearMap.compproof · cited by 1,642
Cited by3
Results whose statement or proof uses this declaration.
- Module.FinitePresentation.exists_lift_equiv_of_isLocalizedModuleproof · cited by 1
- Module.FinitePresentation.exists_notMem_bijectiveproof · cited by 1
- IsLocalizedModule.exists_isLocalizedModule_powers_of_finitePresentationproof · cited by 1