Mathlib Map

Theorems · Definition · linear algebra

Module.Basis.constr

{M' : Type u_7} →
  [inst : AddCommMonoid M'] →
    {ι : Type u_10} →
      {R : Type u_11} →
        {M : Type u_12} →
          [inst_1 : Semiring R] →
            [inst_2 : AddCommMonoid M] →
              [inst_3 : Module R M] →
                Module.Basis ι R M →
                  [inst_4 : Module R M'] →
                    (S : Type u_13) →
                      [inst_5 : Semiring S] →
                        [inst_6 : Module S M'] → [inst_7 : SMulCommClass R S M'] → (ι → M') ≃ₗ[S] M →ₗ[R] M'

Construct a linear map given the value at the basis, called Basis.constr b S f where b is a basis, f is the value of the linear map over the elements of the basis, and S is an extra semiring (typically S = R or S = ℕ). This definition is parameterized over an extra Semiring S, such that SMulCommClass R S M' holds. If R is commutative, you can set S := R; if R is not commutative, you can recover an AddEquiv by setting S := ℕ. See library note [bundled maps over different rings].

Defined in
Mathlib.LinearAlgebra.Basis.Defs
Cited by
37 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidSemiringAddCommMonoidModuleModuleSemiringModuleSMulCommClass

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Module.Basis.toDual · cited by 18Basis.toDualModule.Basis.constr_basis · cited by 17Basis.constr_basisPowerBasis.lift · cited by 9PowerBasis.liftAlgebra.PreSubmersivePresentation.jacobiMatrix_apply · cited by 9PreSubmersivePresentation…Algebra.PreSubmersivePresentation.aevalDifferential · cited by 7PreSubmersivePresentation…LinearMap.exists_leftInverse_of_injective · cited by 6LinearMap.exists_leftInve…QuadraticMap.toBilin · cited by 6QuadraticMap.toBilinModule.Basis.constr_apply_fintype · cited by 6Basis.constr_apply_fintypeAlgebra.Generators.cotangentCompAwaySec · cited by 5Generators.cotangentCompA…Module.Basis.constr_apply · cited by 5Basis.constr_applySymmetricAlgebra.equivMvPolynomial · cited by 5SymmetricAlgebra.equivMvP…Submodule.fg_iff_exists_fin_linearMap · cited by 4Submodule.fg_iff_exists_f…PowerBasis.constr_pow_aeval · cited by 4PowerBasis.constr_pow_aev…coevaluation · cited by 4coevaluationModule.piEquiv · cited by 3Module.piEquivDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapLinearEquiv · cited by 3317LinearEquivSMulCommClass · cited by 1927SMulCommClassLinearMap.comp · cited by 1642LinearMap.compModule.Basis · cited by 1477Module.BasisLinearEquiv.toLinearMap · cited by 1171LinearEquiv.toLinearMapModule.Basis.repr · cited by 498Basis.reprFinsupp.linearCombination · cited by 269Finsupp.linearCombinationFinsupp.lmapDomain · cited by 63Finsupp.lmapDomainBasis.constrCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by50

Results whose statement or proof uses this declaration.