Theorems · Definition · group theory
OneHom.mulSingle
{I : Type u} →
(f : I → Type v) → [DecidableEq I] → [inst : (i : I) → One (f i)] → (i : I) → OneHom (f i) ((i : I) → f i)The one-preserving homomorphism including a single value
into a dependent family of values, as functions supported at a point.
This is the OneHom version of Pi.mulSingle.
- Defined in
- Mathlib.Algebra.Group.Pi.Lemmas
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqOne
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.mulSingleproof · cited by 111
- OneHomstatement · cited by 55
- Pi.mulSingle_oneproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- MonoidHom.mulSingleproof · cited by 21
- OneHom.coe_mulSinglestatement · cited by 0
- OneHom.mulSingle_applystatement · cited by 0