Theorems · Theorem · linear algebra
PiTensorProduct.map_comp_reindex_eq
∀ {ι : Type u_1} {ι₂ : Type u_2} {R : Type u_4} [inst : CommSemiring R] {s : ι → Type u_7}
[inst_1 : (i : ι) → AddCommMonoid (s i)] [inst_2 : (i : ι) → Module R (s i)] {t : ι → Type u_11}
[inst_3 : (i : ι) → AddCommMonoid (t i)] [inst_4 : (i : ι) → Module R (t i)] (f : (i : ι) → s i →ₗ[R] t i)
(e : ι ≃ ι₂),
(PiTensorProduct.map fun i => f (e.symm i)) ∘ₗ ↑(PiTensorProduct.reindex R s e) =
↑(PiTensorProduct.reindex R t e) ∘ₗ PiTensorProduct.map fRe-indexing the components of the tensor product by an equivalence e is compatible
with PiTensorProduct.map.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- Equivstatement and proof · cited by 8,337
- Equiv.symmstatement and proof · cited by 3,681
- LinearMap.compstatement · cited by 1,642
- LinearEquiv.toLinearMapstatement and proof · cited by 1,171
- PiTensorProductstatement · cited by 181
- PiTensorProduct.tprodproof · cited by 117
Cited by1
Results whose statement or proof uses this declaration.
- PiTensorProduct.map_reindexproof · cited by 0