Mathlib Map

Theorems · Theorem · ring theory

Algebra.isMulCommutative_adjoin

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

If all elements of s : Set A commute pairwise, then adjoin R s is commutative.

Defined in
Mathlib.Algebra.Algebra.Subalgebra.Lattice
Cited by
0 results in Mathlib
Foundations
Depth 72 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.

Cites12

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

Cited by1

Results whose statement or proof uses this declaration.