Theorems · Theorem · linear algebra
Module.Basis.mem_center_iff
∀ {ι : Type u_1} {R : Type u_3} {A : Type u_7} [inst : Semiring R] [inst_1 : NonUnitalNonAssocSemiring A]
[inst_2 : Module R A] [SMulCommClass R A A] [SMulCommClass R R A] [IsScalarTower R A A] (b : Module.Basis ι R A)
{z : A},
z ∈ Set.center A ↔
(∀ (i : ι), Commute (b i) z) ∧ ∀ (i j : ι), z * (b i * b j) = z * b i * b j ∧ b i * b j * z = b i * (b j * z)An element of a non-unital-non-associative algebra is in the center exactly when it commutes with the basis elements.
- Defined in
- Mathlib.LinearAlgebra.Basis.Submodule
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- Finset.sumproof · cited by 5,195
- IsScalarTowerstatement and proof · cited by 3,896
- Finset.sum_congrproof · cited by 2,323
- SMulCommClassstatement and proof · cited by 1,927
- Module.Basisstatement and proof · cited by 1,477
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Finsupp.supportproof · cited by 828
- Commutestatement and proof · cited by 639
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.