Theorems · Definition · group theory
MulHom.single
{ι : Type u_1} →
{α : ι → Type u_2} → [inst : (i : ι) → MulZeroClass (α i)] → [DecidableEq ι] → (i : ι) → α i →ₙ* (i : ι) → α iThe multiplicative homomorphism including a single MulZeroClass
into a dependent family of MulZeroClasses, as functions supported at a point.
This is the MulHom version of Pi.single.
- Defined in
- Mathlib.Algebra.GroupWithZero.Pi
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Quot.sound
- Assumes
- MulZeroClassDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Pi.singleproof · cited by 518
- MulHomstatement · cited by 299
- MulZeroClassstatement and proof · cited by 232
Cited by2
Results whose statement or proof uses this declaration.
- Pi.single_mulproof · cited by 3
- MulHom.single_applystatement and proof · cited by 0