Mathlib Map

Theorems · Definition · linear algebra

TensorProduct.VanishesTrivially

(R : Type u_1) →
  [inst : CommRing R] →
    {M : Type u_2} →
      [inst_1 : AddCommGroup M] →
        [Module R M] →
          {N : Type u_3} →
            [inst_3 : AddCommGroup N] → [Module R N] → {ι : Type u_4} → [Fintype ι] → (ι → M) → (ι → N) → Prop

An expression $\sum_i m_i \otimes n_i$ in $M \otimes N$ vanishes trivially if there exist a finite index type $\kappa$ = Fin k, elements $(y_j)_{j \in \kappa}$ of $N$, and elements $(a_{ij})_{i \in \iota, j \in \kappa}$ of $R$ such that for all $i$, $$n_i = \sum_j a_{ij} y_j$$ and for all $j$, $$\sum_i a_{ij} m_i = 0.$$ Note that this condition is not symmetric in $M$ and $N$. (The terminology "trivial" comes from [Stacks 00HK](https://stacks.math.columbia.edu/tag/00HK).)

Defined in
Mathlib.LinearAlgebra.TensorProduct.Vanishing
Cited by
15 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleAddCommGroupModuleFintype

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

TensorProduct.sum_tmul_eq_zero_of_vanishesTrivially · cited by 4TensorProduct.sum_tmul_eq…TensorProduct.vanishesTrivially_of_sum_tmul_eq_zero_of_rTensor_injective · cited by 3TensorProduct.vanishesTri…TensorProduct.forall_vanishesTrivially_iff_forall_rTensor_injective · cited by 2TensorProduct.forall_vani…TensorProduct.vanishesTrivially_of_sum_tmul_eq_zero · cited by 2TensorProduct.vanishesTri…Equiv.vanishesTrivially_comp · cited by 2Equiv.vanishesTrivially_c…TensorProduct.rTensor_injective_of_forall_vanishesTrivially · cited by 2TensorProduct.rTensor_inj…Module.Flat.iff_forall_exists_factorization · cited by 2Flat.iff_forall_exists_fa…Module.Flat.iff_forall_isTrivialRelation · cited by 2Flat.iff_forall_isTrivial…Module.Flat.tfae_equational_criterion · cited by 2Flat.tfae_equational_crit…TensorProduct.forall_vanishesTrivially_iff_forall_fg_rTensor_injective · cited by 1TensorProduct.forall_vani…Module.isTrivialRelation_iff_vanishesTrivially · cited by 1Module.isTrivialRelation_…Equiv.isTrivialRelation_comp · cited by 1Equiv.isTrivialRelation_c…TensorProduct.VanishesTrivially.of_fintype · cited by 1VanishesTrivially.of_fint…TensorProduct.vanishesTrivially_iff_sum_tmul_eq_zero · cited by 0TensorProduct.vanishesTri…TensorProduct.vanishesTrivially_iff_sum_tmul_eq_zero_of_rTensor_injective · cited by 0TensorProduct.vanishesTri…Module · cited by 20661ModuleCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupFintype · cited by 7736FintypeFinset.sum · cited by 5195Finset.sumFinset.univ · cited by 3473Finset.univTensorProduct.VanishesTrivial…CITED BYCITES

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.