Theorems · Definition · linear algebra
LinearEquiv.piCongrRight
{R : Type u} →
{ι : Type x} →
[inst : Semiring R] →
{φ : ι → Type u_1} →
{ψ : ι → Type u_2} →
[inst_1 : (i : ι) → AddCommMonoid (φ i)] →
[inst_2 : (i : ι) → Module R (φ i)] →
[inst_3 : (i : ι) → AddCommMonoid (ψ i)] →
[inst_4 : (i : ι) → Module R (ψ i)] → ((i : ι) → φ i ≃ₗ[R] ψ i) → ((i : ι) → φ i) ≃ₗ[R] (i : ι) → ψ iCombine a family of linear equivalences into a linear equivalence of pi-types.
This is Equiv.piCongrRight as a LinearEquiv
- Defined in
- Mathlib.LinearAlgebra.Pi
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Quot.sound
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.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearEquivstatement and proof · cited by 3,317
- LinearEquiv.symmproof · cited by 1,461
- AddEquivproof · cited by 1,087
- LinearEquiv.toAddEquivproof · cited by 58
- AddEquiv.piCongrRightproof · cited by 4
Cited by26
Results whose statement or proof uses this declaration.
- Pi.basisproof · cited by 9
- MultilinearMap.freeDFinsuppEquivproof · cited by 5
- LinearIsometryEquiv.piLpCongrRightproof · cited by 5
- Matrix.liftLinearproof · cited by 4
- ModularGroup.lcRow0Extendproof · cited by 4
- LinearIsometryEquiv.piLpCurryproof · cited by 3
- LinearEquiv.piRingproof · cited by 3
- ContinuousLinearEquiv.piCongrRightproof · cited by 3
- MultilinearMap.freeDFinsuppEquiv_singleproof · cited by 2
- QuadraticMap.IsometryEquiv.piproof · cited by 2
- rank_dual_eq_card_dual_of_aleph0_le_rank'proof · cited by 2
- Pi.basis_repr_singleproof · cited by 1