Mathlib Map

Theorems · Definition · nonassociative algebras

NonUnitalAlgebra.adjoinNonUnitalCommRingOfComm

Deprecated since 2026-03-11Use NonUnitalAlgebra.isMulCommutative_adjoin instead.

(R : Type u_3) →
  {A : Type u_4} →
    [inst : CommRing R] →
      [inst_1 : NonUnitalRing A] →
        [inst_2 : Module R A] →
          [inst_3 : IsScalarTower R A A] →
            [inst_4 : SMulCommClass R A A] →
              {s : Set A} → (∀ a ∈ s, ∀ b ∈ s, a * b = b * a) → NonUnitalCommRing ↥(NonUnitalAlgebra.adjoin R s)

If all elements of s : Set A commute pairwise, then adjoin R s is a non-unital commutative ring. See note [reducible non-instances].

Defined in
Mathlib.Algebra.Algebra.NonUnitalSubalgebra
Cited by
0 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingNonUnitalRingModuleIsScalarTowerSMulCommClass

Around this declaration

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

Cites10

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.