Theorems · Theorem · linear algebra
LinearMap.lcomp_apply
∀ {R : Type u_1} {S : Type u_3} [inst : Semiring R] [inst_1 : Semiring S] {M : Type u_5} {M₂ : Type u_6} {N : Type u_7}
[inst_2 : AddCommMonoid M] [inst_3 : AddCommMonoid M₂] [inst_4 : AddCommMonoid N] [inst_5 : Module R M]
[inst_6 : Module R M₂] [inst_7 : Module S N] [inst_8 : Module R N] [inst_9 : SMulCommClass R S N] (f : M →ₗ[R] M₂)
(g : M₂ →ₗ[R] N) (x : M), ((LinearMap.lcomp S N f) g) x = g (f x)- Defined in
- Mathlib.LinearAlgebra.BilinearMap
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- 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
- SMulCommClassstatement and proof · cited by 1,927
- LinearMap.lcompstatement · cited by 16
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.