Theorems · Definition · linear algebra
TensorProduct.dualDistribEquivOfBasis
{R : Type u_7} →
{M : Type u_8} →
{N : Type u_9} →
{ι : Type u_10} →
{κ : Type u_11} →
[DecidableEq ι] →
[DecidableEq κ] →
[Fintype ι] →
[Fintype κ] →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : AddCommMonoid N] →
[inst_3 : Module R M] →
[inst_4 : Module R N] →
Module.Basis ι R M →
Module.Basis κ R N →
TensorProduct R (Module.Dual R M) (Module.Dual R N) ≃ₗ[R]
Module.Dual R (TensorProduct R M N)A linear equivalence between Dual M ⊗ Dual N and Dual (M ⊗ N) given bases for M and N.
It sends f ⊗ g to the composition of TensorProduct.map f g with the natural
isomorphism R ⊗ R ≃ R.
- Defined in
- Mathlib.LinearAlgebra.Contraction
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- Module.Basisstatement and proof · cited by 1,477
- Module.Dualstatement · cited by 583
- TensorProduct.dualDistribproof · cited by 10
- LinearEquiv.ofLinearMapproof · cited by 9
- TensorProduct.dualDistribInvOfBasisproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- TensorProduct.dualDistribEquivOfBasis_apply_applystatement and proof · cited by 0
- TensorProduct.dualDistribEquivOfBasis_symm_applystatement · cited by 0
- TensorProduct.dualDistribEquivproof · cited by 0