Theorems · Theorem · linear algebra
PiTensorProduct.reindex_reindex
∀ {ι : 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' : ι₂ ≃ ι₃)
(x : PiTensorProduct R fun i => s i),
(PiTensorProduct.reindex R (fun i => s (e.symm i)) e') ((PiTensorProduct.reindex R s e) x) =
(PiTensorProduct.reindex R s (e.trans e')) x- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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 · cited by 3,681
- LinearEquivstatement · cited by 3,317
- Equiv.transstatement · cited by 337
- PiTensorProductstatement and proof · cited by 181
- PiTensorProduct.reindexstatement · cited by 21
- LinearEquiv.congr_funproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- TensorPower.cast_castproof · cited by 0