Theorems · Theorem · ring theory
NonUnitalStarAlgebra.isMulCommutative_adjoin
∀ (R : Type u) {A : Type v} [inst : CommSemiring R] [inst_1 : StarRing R] [inst_2 : NonUnitalSemiring A]
[inst_3 : StarRing A] [inst_4 : Module R A] [inst_5 : IsScalarTower R A A] [inst_6 : SMulCommClass R A A]
[inst_7 : StarModule R A] {s : Set A},
(∀ x ∈ s, ∀ y ∈ s, x * y = y * x) →
(∀ a ∈ s, ∀ b ∈ s, a * star b = star b * a) → IsMulCommutative ↥(NonUnitalStarAlgebra.adjoin R s)If all elements of s : Set A commute pairwise and with elements of star s, then adjoin R s
is commutative.
- Defined in
- Mathlib.Algebra.Star.NonUnitalSubalgebra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- CommSemiringstatement and proof · cited by 10,911
- SetLike.coeproof · cited by 8,199
- IsScalarTowerstatement and proof · cited by 3,896
- SMulCommClassstatement and proof · cited by 1,927
- StarRingstatement and proof · cited by 1,686
- Star.starstatement and proof · cited by 1,082
- StarModulestatement and proof · cited by 570
- NonUnitalSemiringstatement and proof · cited by 339
- SetLike.mem_coeproof · cited by 302
- NonUnitalStarSubalgebrastatement · cited by 196
Cited by2
Results whose statement or proof uses this declaration.
- IsStarNormal.norm_add_eq_maxproof · cited by 3
- NonUnitalStarAlgebra.adjoinNonUnitalCommSemiringOfCommproof · cited by 0