Mathlib Map

Theorems · Definition · linear algebra

LinearMap.BilinForm.baseChange

{R : Type uR} →
  (A : Type uA) →
    {M₂ : Type uM₂} →
      [inst : CommSemiring R] →
        [inst_1 : CommSemiring A] →
          [inst_2 : AddCommMonoid M₂] →
            [inst_3 : Algebra R A] →
              [inst_4 : Module R M₂] → LinearMap.BilinForm R M₂ → LinearMap.BilinForm A (TensorProduct R A M₂)

The base change of a bilinear form.

Defined in
Mathlib.LinearAlgebra.BilinearForm.TensorProduct
Cited by
7 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringAddCommMonoidAlgebraModule

Around this declaration

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

Cites8

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

Cited by7

Results whose statement or proof uses this declaration.