Theorems · Inductive type · ring theory
LinearMap
{R : Type u_14} →
{S : Type u_15} →
[inst : Semiring R] →
[inst_1 : Semiring S] →
(R →+* S) →
(M : Type u_16) →
(M₂ : Type u_17) →
[inst_2 : AddCommMonoid M] →
[inst_3 : AddCommMonoid M₂] → [Module R M] → [Module S M₂] → Type (max u_16 u_17)A map f between an R-module and an S-module over a ring homomorphism σ : R →+* S
is semilinear if it satisfies the two properties f (x + y) = f x + f y and
f (c • x) = (σ c) • f x. Elements of LinearMap σ M M₂ (available under the notation
M →ₛₗ[σ] M₂) are bundled versions of such maps. For plain linear maps (i.e. for which
σ = RingHom.id R), the notation M →ₗ[R] M₂ is available. An unbundled version of plain linear
maps is available with the predicate IsLinearMap, but it should be avoided most of the time.
- Defined in
- Mathlib.Algebra.Module.LinearMap.Defs
- Cited by
- 10,215 results in Mathlib
- Foundations
- Depth 11 from the axioms, rests on 82 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement · cited by 20,661
- Semiringstatement · cited by 13,802
- AddCommMonoidstatement · cited by 12,281
- RingHomstatement · cited by 10,189
Cited by12,116
Results whose statement or proof uses this declaration.
- LinearMap.compstatement and proof · cited by 1,642
- Polynomial.Cproof · cited by 1,598
- LinearEquiv.symmproof · cited by 1,461
- LinearEquiv.toLinearMapstatement · cited by 1,171
- LinearMap.rangestatement and proof · cited by 893
- LinearMap.kerstatement and proof · cited by 848
- LinearMap.extstatement and proof · cited by 844
- Module.Endproof · cited by 774
- LinearMap.idstatement · cited by 625
- Submodule.mapstatement and proof · cited by 614
- Module.Dualproof · cited by 583
- ContinuousLinearMap.toLinearMapstatement · cited by 528
Showing the 200 most cited of 12,116.