Theorems · Theorem · linear algebra
Matrix.mul_reindexLinearEquiv_one
∀ {m : Type u_2} {n : Type u_3} {o : Type u_4} {n' : Type u_7} (R : Type u_11) (A : Type u_12) [inst : Semiring R]
[inst_1 : Semiring A] [inst_2 : Module R A] [inst_3 : Fintype n] [inst_4 : DecidableEq o] (e₁ : o ≃ n) (e₂ : o ≃ n')
(M : Matrix m n A),
M * (Matrix.reindexLinearEquiv R A e₁ e₂) 1 = (Matrix.reindexLinearEquiv R A (Equiv.refl m) (e₁.symm.trans e₂)) M- Defined in
- Mathlib.LinearAlgebra.Matrix.Reindex
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 74 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 and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Equiv.symmstatement and proof · cited by 3,681
- LinearEquivstatement · cited by 3,317
- Equiv.transstatement · cited by 337
- Equiv.reflstatement · cited by 274
- Matrix.reindexLinearEquivstatement · cited by 18
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.