Mathlib Map

Theorems · Theorem · commutative algebra

RingQuot.mkAlgHom_def

∀ (S : Type u_1) [inst : CommSemiring S] {A : Type u_2} [inst_1 : Semiring A] [inst_2 : Algebra S A] (s : A → A → Prop),
  RingQuot.mkAlgHom S s =
    let __src := RingQuot.mkRingHom s;
    { toRingHom := __src, commutes' := ⋯ }
Defined in
Mathlib.Algebra.RingQuot
Cited by
4 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, 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 by4

Results whose statement or proof uses this declaration.