Theorems · Definition · linear algebra
LinearMap.flip
{R : Type u_1} →
{R₂ : Type u_2} →
{S : Type u_3} →
{S₂ : Type u_4} →
[inst : Semiring R] →
[inst_1 : Semiring R₂] →
[inst_2 : Semiring S] →
[inst_3 : Semiring S₂] →
{M : Type u_5} →
{N : Type u_7} →
{P : Type u_9} →
[inst_4 : AddCommMonoid M] →
[inst_5 : AddCommMonoid N] →
[inst_6 : AddCommMonoid P] →
[inst_7 : Module R M] →
[inst_8 : Module S N] →
[inst_9 : Module R₂ P] →
[inst_10 : Module S₂ P] →
[inst_11 : SMulCommClass S₂ R₂ P] →
{ρ₁₂ : R →+* R₂} →
{σ₁₂ : S →+* S₂} → (M →ₛₗ[ρ₁₂] N →ₛₗ[σ₁₂] P) → N →ₛₗ[σ₁₂] M →ₛₗ[ρ₁₂] PGiven a linear map from M to linear maps from N to P, i.e., a bilinear map from M × N to
P, change the order of variables and get a linear map from N to linear maps from M to P.
- Defined in
- Mathlib.LinearAlgebra.BilinearMap
- Cited by
- 193 results in Mathlib
- Foundations
- Depth 34 from the axioms, rests on 313 definitions · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- SMulCommClassstatement and proof · cited by 1,927
- SMulCommClass.symmstatement · cited by 67
- LinearMap.mk₂'ₛₗproof · cited by 3
Cited by259
Results whose statement or proof uses this declaration.
- TensorProduct.commproof · cited by 108
- IsBaseChangeproof · cited by 87
- RootPairing.flipproof · cited by 79
- TensorProduct.ridproof · cited by 63
- Module.Dual.evalproof · cited by 52
- Algebra.TensorProduct.liftproof · cited by 46
- Orientation.kahlerproof · cited by 39
- Algebra.TensorProduct.includeLeftRingHomproof · cited by 36
- RootPairing.coroot'proof · cited by 32
- Module.IsReflexive.of_isPerfPairproof · cited by 29
- TensorProduct.AlgebraTensorModule.ridproof · cited by 28
- StrongDual.polarproof · cited by 19
Showing the 200 most cited of 259.