Mathlib Map

Theorems · Definition · ring theory

CliffordAlgebra.changeForm

{R : Type u1} →
  [inst : CommRing R] →
    {M : Type u2} →
      [inst_1 : AddCommGroup M] →
        [inst_2 : Module R M] →
          {Q Q' : QuadraticForm R M} →
            {B : LinearMap.BilinForm R M} →
              LinearMap.BilinMap.toQuadraticMap B = Q' - Q → CliffordAlgebra Q →ₗ[R] CliffordAlgebra Q'

Convert between two algebras of different quadratic forms, sending vectors to vectors, scalars to scalars, and adjusting products by a contraction term. This is $\lambda_B$ from [bourbaki2007] §9 Lemma 2.

Defined in
Mathlib.LinearAlgebra.CliffordAlgebra.Contraction
Cited by
12 results in Mathlib
Foundations
Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModule

Around this declaration

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

CliffordAlgebra.changeForm_algebraMap · cited by 4CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_ι_mul · cited by 4CliffordAlgebra.changeFor…CliffordAlgebra.changeFormEquiv · cited by 3CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_changeForm · cited by 1CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_contractLeft · cited by 1CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_self_apply · cited by 1CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_ι · cited by 1CliffordAlgebra.changeFor…CliffordAlgebra.changeFormEquiv_apply · cited by 0CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_comp_changeForm · cited by 0CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_one · cited by 0CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_self · cited by 0CliffordAlgebra.changeFor…CliffordAlgebra.changeForm_ι_mul_ι · cited by 0CliffordAlgebra.changeFor…CliffordAlgebra.changeForm.congr_simp · cited by 0changeForm.congr_simpDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapQuadraticForm · cited by 507QuadraticFormLinearMap.BilinForm · cited by 501LinearMap.BilinFormCliffordAlgebra · cited by 309CliffordAlgebraQuadraticMap · cited by 262QuadraticMapLinearMap.BilinMap.toQuadraticMap · cited by 53BilinMap.toQuadraticMapCliffordAlgebra.foldr · cited by 18CliffordAlgebra.foldrCliffordAlgebra.changeFormAux · cited by 5CliffordAlgebra.changeFor…CliffordAlgebra.changeFormCITED BYCITES

Cites13

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

Cited by13

Results whose statement or proof uses this declaration.