Theorems · Theorem · ring theory
LinearMap.map_sub
∀ {R : Type u_1} {S : Type u_5} {M : Type u_8} {M₂ : Type u_10} [inst : Semiring R] [inst_1 : Semiring S]
[inst_2 : AddCommGroup M] [inst_3 : AddCommGroup M₂] {module_M : Module R M} {module_M₂ : Module S M₂} {σ : R →+* S}
(f : M →ₛₗ[σ] M₂) (x y : M), f (x - y) = f x - f y- Defined in
- Mathlib.Algebra.Module.LinearMap.Defs
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- map_subproof · cited by 565
Cited by15
Results whose statement or proof uses this declaration.
- Submodule.fg_of_fg_map_of_fg_inf_kerproof · cited by 7
- LinearPMap.map_subproof · cited by 7
- TensorProduct.tmul_subproof · cited by 7
- LinearMap.comp_subproof · cited by 4
- LinearMap.map_sub₂proof · cited by 4
- IsLinearMap.map_subproof · cited by 2
- LinearIsometry.map_subproof · cited by 2
- LinearMap.IsAdjointPair.subproof · cited by 1
- CochainComplex.HomComplex.δ_subproof · cited by 1
- LinearMap.lTensor_subproof · cited by 1
- LinearMap.rTensor_subproof · cited by 1
- LinearIsometryEquiv.map_subproof · cited by 0