Theorems · Theorem · linear algebra
LinearMap.restrictScalarsRange_apply
∀ {R : Type u_1} {S : Type u_2} {M : Type u_3} {P : Type u_4} {M' : Type u_5} {P' : Type u_6} [inst : Semiring R]
[inst_1 : Semiring S] [inst_2 : SMul S R] [inst_3 : AddCommMonoid M] [inst_4 : Module R M] [inst_5 : AddCommMonoid P]
[inst_6 : Module R P] [inst_7 : Module S M] [inst_8 : Module S P] [inst_9 : IsScalarTower S R M]
[inst_10 : IsScalarTower S R P] [inst_11 : AddCommMonoid M'] [inst_12 : Module S M'] [inst_13 : AddCommMonoid P']
[inst_14 : Module S P'] (i : M' →ₗ[S] M) (k : P' →ₗ[S] P) (hk : Function.Injective ⇑k) (f : M →ₗ[R] P)
(hf : ∀ (m : M'), f (i m) ∈ k.range) (m : M'), k ((i.restrictScalarsRange k hk f hf) m) = f (i m)- Defined in
- Mathlib.LinearAlgebra.BilinearMap
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- 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 · cited by 7,192
- IsScalarTowerstatement and proof · cited by 3,896
- LinearMap.compproof · cited by 1,642
- LinearMap.rangestatement and proof · cited by 893
- LinearMap.restrictScalarsproof · cited by 215
- LinearMap.comp_applyproof · cited by 76
Cited by3
Results whose statement or proof uses this declaration.
- RootPairing.algebraMap_root'In_applyproof · cited by 1
- LinearMap.restrictScalarsRange_apply_eq_zero_iffproof · cited by 0
- LinearMap.eq_restrictScalarsRange_iffproof · cited by 0