Theorems · Definition · linear algebra
Submodule.mapQLinear
{R : Type u_1} →
{M : Type u_2} →
{M₂ : Type u_3} →
[inst : CommRing R] →
[inst_1 : AddCommGroup M] →
[inst_2 : Module R M] →
[inst_3 : AddCommGroup M₂] →
[inst_4 : Module R M₂] →
(p : Submodule R M) → (q : Submodule R M₂) → ↥(p.compatibleMaps q) →ₗ[R] M ⧸ p →ₗ[R] M₂ ⧸ qGiven modules M, M₂ over a commutative ring, together with submodules p ⊆ M, q ⊆ M₂,
the natural map $\{f ∈ Hom(M, M₂) | f(p) ⊆ q \} \to Hom(M/p, M₂/q)$ is linear.
- Defined in
- Mathlib.LinearAlgebra.Quotient.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 89 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.
- 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
- Submodulestatement and proof · cited by 7,192
- HasQuotient.Quotientstatement · cited by 2,301
- Submodule.mapQproof · cited by 28
- Submodule.compatibleMapsstatement and proof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- QuotSMulTop.mapproof · cited by 13
- LieSubmodule.Quotient.actionAsEndoMapproof · cited by 0