Theorems · Theorem · linear algebra
Submodule.piQuotientLift_mk
∀ {ι : Type u_1} {R : Type u_2} [inst : CommRing R] {Ms : ι → Type u_3} [inst_1 : (i : ι) → AddCommGroup (Ms i)]
[inst_2 : (i : ι) → Module R (Ms i)] {N : Type u_4} [inst_3 : AddCommGroup N] [inst_4 : Module R N]
[inst_5 : Fintype ι] [inst_6 : DecidableEq ι] (p : (i : ι) → Submodule R (Ms i)) (q : Submodule R N)
(f : (i : ι) → Ms i →ₗ[R] N) (hf : ∀ (i : ι), p i ≤ Submodule.comap (f i) q) (x : (i : ι) → Ms i),
((Submodule.piQuotientLift p q f hf) fun i => Submodule.Quotient.mk (x i)) =
Submodule.Quotient.mk (((LinearMap.lsum R Ms R) f) x)- Defined in
- Mathlib.LinearAlgebra.Quotient.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Fintypestatement and proof · cited by 7,736
- Submodulestatement and proof · cited by 7,192
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- HasQuotient.Quotientstatement and proof · cited by 2,301
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.quotientPi_aux.left_invproof · cited by 0