Mathlib Map

Theorems · Definition · ring theory

Algebra.adjoinCommSemiringOfComm

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

(R : Type uR) →
  {A : Type uA} →
    [inst : CommSemiring R] →
      [inst_1 : Semiring A] →
        [inst_2 : Algebra R A] → {s : Set A} → (∀ a ∈ s, ∀ b ∈ s, a * b = b * a) → CommSemiring ↥(Algebra.adjoin R s)

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

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

Around this declaration

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

Cites8

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.