Theorems · Definition · linear algebra
LinearMap.lflip
{R : Type u_1} →
{R₂ : Type u_2} →
{S : Type u_3} →
{S₂ : Type u_4} →
[inst : Semiring R] →
[inst_1 : Semiring R₂] →
[inst_2 : Semiring S] →
[inst_3 : Semiring S₂] →
{M : Type u_5} →
{N : Type u_7} →
{P : Type u_9} →
[inst_4 : AddCommMonoid M] →
[inst_5 : AddCommMonoid N] →
[inst_6 : AddCommMonoid P] →
[inst_7 : Module R M] →
[inst_8 : Module S N] →
[inst_9 : Module R₂ P] →
[inst_10 : Module S₂ P] →
[inst_11 : SMulCommClass S₂ R₂ P] →
{ρ₁₂ : R →+* R₂} →
{σ₁₂ : S →+* S₂} →
{R₀ : Type u_14} →
[inst_12 : Semiring R₀] →
[inst_13 : Module R₀ P] →
[inst_14 : SMulCommClass S₂ R₀ P] →
[inst_15 : SMulCommClass R₂ R₀ P] →
(M →ₛₗ[ρ₁₂] N →ₛₗ[σ₁₂] P) ≃ₗ[R₀] N →ₛₗ[σ₁₂] M →ₛₗ[ρ₁₂] PLinearMap.flip as an isomorphism of modules.
- Defined in
- Mathlib.LinearAlgebra.BilinearMap
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 36 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.
- 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
- RingHomstatement and proof · cited by 10,189
- LinearEquivstatement · cited by 3,317
- SMulCommClassstatement and proof · cited by 1,927
- LinearMap.flipproof · cited by 193
- SMulCommClass.symmstatement · cited by 67
Cited by9
Results whose statement or proof uses this declaration.
- TensorProduct.AlgebraTensorModule.rightCommproof · cited by 6
- TensorProduct.rightCommproof · cited by 5
- LinearMap.BilinForm.flipHomproof · cited by 3
- LinearMap.lflip_applystatement · cited by 0
- LinearMap.lflip_symmstatement · cited by 0
- PiTensorProduct.mul_assocproof · cited by 0
- Algebra.TensorProduct.mul_assocproof · cited by 0
- TensorPower.mul_assocproof · cited by 0
- TensorProduct.gradedMul_assocproof · cited by 0