Theorems · Definition · ring theory
LinearMap.copy
{R : Type u_1} →
{S : Type u_5} →
{M : Type u_8} →
{M₃ : Type u_11} →
[inst : Semiring R] →
[inst_1 : Semiring S] →
[inst_2 : AddCommMonoid M] →
[inst_3 : AddCommMonoid M₃] →
[inst_4 : Module R M] →
[inst_5 : Module S M₃] → {σ : R →+* S} → (f : M →ₛₗ[σ] M₃) → (f' : M → M₃) → f' = ⇑f → M →ₛₗ[σ] M₃Copy of a LinearMap with a new toFun equal to the old one. Useful to fix definitional
equalities.
- Defined in
- Mathlib.Algebra.Module.LinearMap.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
Cited by5
Results whose statement or proof uses this declaration.
- CoalgHom.copyproof · cited by 5
- ContinuousLinearMap.copyproof · cited by 2
- LinearMap.copy_eqstatement · cited by 0
- LinearMap.copy.congr_simpstatement and proof · cited by 0
- LinearMap.coe_copystatement · cited by 0