Theorems · Inductive type · ring theory
SemilinearMapClass
(F : Type u_14) →
{R : outParam (Type u_15)} →
{S : outParam (Type u_16)} →
[inst : Semiring R] →
[inst_1 : Semiring S] →
outParam (R →+* S) →
(M : outParam (Type u_17)) →
(M₂ : outParam (Type u_18)) →
[inst_2 : AddCommMonoid M] →
[inst_3 : AddCommMonoid M₂] → [Module R M] → [Module S M₂] → [FunLike F M M₂] → PropSemilinearMapClass F σ M M₂ asserts F is a type of bundled σ-semilinear maps M → M₂.
See also LinearMapClass F R M M₂ for the case where σ is the identity map on R.
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.
- Defined in
- Mathlib.Algebra.Module.LinearMap.Defs
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- FunLikestatement · cited by 2,560
Cited by26
Results whose statement or proof uses this declaration.
- SemilinearMapClass.semilinearMapstatement and proof · cited by 80
- LinearMapClassproof · cited by 25
- LinearMap.coe_coestatement and proof · cited by 3
- SemilinearMapClass.bound_of_continuousstatement and proof · cited by 2
- SemilinearMapClass.bound_of_shell_semi_normedstatement and proof · cited by 2
- SemilinearMapClass.nnbound_of_continuousstatement and proof · cited by 2
- closedBall_subset_range_iff_surjectivestatement and proof · cited by 1
- LinearMap.ext_on_codisjointstatement and proof · cited by 1
- LinearMap.eqOn_supstatement and proof · cited by 1
- norm_image_of_norm_eq_zerostatement and proof · cited by 1
- ball_subset_range_iff_surjectivestatement and proof · cited by 1
- ball_zero_subset_range_iff_surjectivestatement and proof · cited by 1