Theorems · Theorem · group theory
DirectSum.decompose_lhom_ext
∀ {ι : Type u_1} {R : Type u_2} {M : Type u_3} [inst : DecidableEq ι] [inst_1 : Semiring R] [inst_2 : AddCommMonoid M]
[inst_3 : Module R M] (ℳ : ι → Submodule R M) [DirectSum.Decomposition ℳ] {N : Type u_5} [inst : AddCommMonoid N]
[inst_4 : Module R N] ⦃f g : M →ₗ[R] N⦄, (∀ (i : ι), f ∘ₗ (ℳ i).subtype = g ∘ₗ (ℳ i).subtype) → f = gTwo linear maps from a module with a decomposition agree if they agree on every piece.
Note this cannot be @[ext] as ℳ cannot be inferred.
- Defined in
- Mathlib.Algebra.DirectSum.Decomposition
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- LinearMap.compstatement and proof · cited by 1,642
- LinearEquiv.symmproof · cited by 1,461
- LinearEquiv.toLinearMapproof · cited by 1,171
- LinearMap.extproof · cited by 844
- Submodule.subtypestatement and proof · cited by 480
- DFunLike.congr_funproof · cited by 288
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.