Theorems · Theorem · linear algebra
PiTensorProduct.reindex_trans
∀ {ι : Type u_1} {ι₂ : Type u_2} {ι₃ : Type u_3} {R : Type u_4} [inst : CommSemiring R] {s : ι → Type u_7}
[inst_1 : (i : ι) → AddCommMonoid (s i)] [inst_2 : (i : ι) → Module R (s i)] (e : ι ≃ ι₂) (e' : ι₂ ≃ ι₃),
PiTensorProduct.reindex R s e ≪≫ₗ PiTensorProduct.reindex R (fun i => s (e.symm i)) e' =
PiTensorProduct.reindex R s (e.trans e')- Cited by
- 2 results in Mathlib
- Foundations
- Depth 66 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 · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Equivstatement and proof · cited by 8,337
- Equiv.symmstatement and proof · cited by 3,681
- LinearEquivstatement · cited by 3,317
- Equiv.transstatement and proof · cited by 337
- LinearEquiv.transstatement and proof · cited by 298
- PiTensorProductstatement · cited by 181
- PiTensorProduct.tprodproof · cited by 117
Cited by2
Results whose statement or proof uses this declaration.
- PiTensorProduct.reindex_reindexproof · cited by 1
- TensorPower.cast_transproof · cited by 0