Theorems · Definition · ring theory
DirectSum.lequivCongrLeft
(R : Type u) →
[inst : Semiring R] →
{ι : Type v} →
{M : ι → Type w} →
[inst_1 : (i : ι) → AddCommMonoid (M i)] →
[inst_2 : (i : ι) → Module R (M i)] →
{κ : Type u_1} → (h : ι ≃ κ) → (DirectSum ι fun i => M i) ≃ₗ[R] DirectSum κ fun k => M (h.symm k)Reindexing terms of a direct sum is linear.
- Defined in
- Mathlib.Algebra.DirectSum.Module
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddCommMonoidModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement and proof · cited by 8,337
- Equiv.symmstatement · cited by 3,681
- LinearEquivstatement · cited by 3,317
- DirectSumstatement · cited by 446
- DFinsupp.domLCongrproof · cited by 2
Cited by9
Results whose statement or proof uses this declaration.
- TensorProduct.directSumRightproof · cited by 12
- TensorProduct.directSumLeftproof · cited by 7
- TensorProduct.directSumRight_tmul_lofproof · cited by 4
- DirectSum.lequivCongrLeft_lofstatement · cited by 3
- TensorProduct.directSumLeft_tmul_lofproof · cited by 3
- DirectSum.lequivCongrLeft_applystatement · cited by 1
- IsSemisimpleModule.exists_linearEquiv_fin_dfinsuppproof · cited by 1
- Module.torsion_by_prime_power_decompositionproof · cited by 1
- DirectSum.lequivCongrLeft_symm_lofstatement and proof · cited by 0