Theorems · Definition · linear algebra
LinearEquiv.piRing
(R : Type u) →
(M : Type v) →
(ι : Type x) →
[inst : Semiring R] →
(S : Type u_4) →
[Fintype ι] →
[DecidableEq ι] →
[inst_3 : Semiring S] →
[inst_4 : AddCommMonoid M] →
[inst_5 : Module R M] →
[inst_6 : Module S M] → [inst_7 : SMulCommClass R S M] → ((ι → R) →ₗ[R] M) ≃ₗ[S] ι → MLinear equivalence between linear functions Rⁿ → M and Mⁿ. The spaces Rⁿ and Mⁿ
are represented as ι → R and ι → M, respectively, where ι is a finite type.
This as an S-linear equivalence, under the assumption that S acts on M commuting with R.
When R is commutative, we can take this to be the usual action with S = R.
Otherwise, S = ℕ shows that the equivalence is additive.
See note [bundled maps over different rings].
- Defined in
- Mathlib.LinearAlgebra.Pi
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 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.
- 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
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- LinearEquivstatement · cited by 3,317
- SMulCommClassstatement and proof · cited by 1,927
- LinearEquiv.symmproof · cited by 1,461
- LinearEquiv.transproof · cited by 298
- LinearEquiv.piCongrRightproof · cited by 16
- LinearMap.ringLmapEquivSelfproof · cited by 12
Cited by4
Results whose statement or proof uses this declaration.
- ContinuousLinearEquiv.piRingproof · cited by 2
- IsLocalExtrOn.exists_multipliers_of_hasStrictFDerivAtproof · cited by 1
- LinearEquiv.piRing_symm_applystatement · cited by 1
- LinearEquiv.piRing_applystatement · cited by 0