Mathlib Map

Theorems · Definition · nonassociative algebras

RootPairing.RootFormIn

{ι : Type u_1} →
  {R : Type u_2} →
    {M : Type u_3} →
      {N : Type u_4} →
        [inst : CommRing R] →
          [inst_1 : AddCommGroup M] →
            [inst_2 : Module R M] →
              [inst_3 : AddCommGroup N] →
                [inst_4 : Module R N] →
                  (P : RootPairing ι R M N) →
                    (S : Type u_5) →
                      [inst_5 : CommRing S] →
                        [inst_6 : Algebra S R] →
                          [FaithfulSMul S R] →
                            [inst_8 : Module S M] →
                              [IsScalarTower S R M] →
                                [P.IsValuedIn S] → [Fintype ι] → LinearMap.BilinForm S ↥(P.rootSpan S)

A canonical bilinear form on the span of roots in a finite root pairing, taking values in a commutative ring, where the root-coroot pairing takes values in that ring.

Defined in
Mathlib.LinearAlgebra.RootSystem.Finite.CanonicalBilinear
Cited by
13 results in Mathlib
Foundations
Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleAddCommGroupModuleCommRingAlgebraFaithfulSMulModuleIsScalarTowerRootPairing.IsValuedInFintype

Around this declaration

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

RootPairing.algebraMap_rootFormIn · cited by 6RootPairing.algebraMap_ro…RootPairing.rootForm_self_smul_coroot · cited by 6RootPairing.rootForm_self…RootPairing.posRootForm_eq · cited by 4RootPairing.posRootForm_eqRootPairing.finrank_range_polarization_eq_finrank_span_coroot · cited by 2RootPairing.finrank_range…RootPairing.rootFormIn_self_smul_coroot · cited by 2RootPairing.rootFormIn_se…RootPairing.posRootForm_rootFormIn_posDef · cited by 2RootPairing.posRootForm_r…RootPairing.prod_rootFormIn_smul_coroot_mem_range_PolarizationIn · cited by 1RootPairing.prod_rootForm…RootPairing.Base.cartanMatrix_mul_diagonal_eq · cited by 1Base.cartanMatrix_mul_dia…RootPairing.Base.exists_cartanMatrix_mul_diagaonal_posDef · cited by 1Base.exists_cartanMatrix_…RootPairing.rootFormIn_isSymm · cited by 1RootPairing.rootFormIn_is…RootPairing.toLinearMap_apply_PolarizationIn · cited by 0RootPairing.toLinearMap_a…RootPairing.RootFormIn.congr_simp · cited by 0RootFormIn.congr_simpRootPairing.coroot_mem_or_neg_mem_closure_of_root · cited by 0RootPairing.coroot_mem_or…Module · cited by 20661ModuleCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupAlgebra · cited by 11388AlgebraFintype · cited by 7736FintypeSubmodule · cited by 7192SubmoduleFinset.sum · cited by 5195Finset.sumIsScalarTower · cited by 3896IsScalarTowerFinset.univ · cited by 3473Finset.univRootPairing · cited by 710RootPairingLinearMap.BilinForm · cited by 501LinearMap.BilinFormFaithfulSMul · cited by 340FaithfulSMulRootPairing.IsValuedIn · cited by 108RootPairing.IsValuedInRootPairing.rootSpan · cited by 55RootPairing.rootSpanLinearMap.smulRight · cited by 54LinearMap.smulRightRootPairing.RootFormInCITED BYCITES

Cites16

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.