Theorems · Definition · group theory
Function.Injective.mulZeroClass
{M₀ : Type u_1} →
{M₀' : Type u_3} →
[inst : MulZeroClass M₀] →
[inst_1 : Mul M₀'] →
[inst_2 : Zero M₀'] →
(f : M₀' → M₀) → Function.Injective f → f 0 = 0 → (∀ (a b : M₀'), f (a * b) = f a * f b) → MulZeroClass M₀'Pull back a MulZeroClass instance along an injective function.
See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.GroupWithZero.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses propext
- Assumes
- MulZeroClassMulZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MulZeroClassstatement and proof · cited by 232
Cited by6
Results whose statement or proof uses this declaration.
- Function.Injective.commMonoidWithZeroproof · cited by 0
- Equiv.mulZeroClassproof · cited by 0
- Function.Injective.mulZeroOneClassproof · cited by 0
- Function.Injective.nonUnitalNonAssocSemiringproof · cited by 0
- Function.Injective.monoidWithZeroproof · cited by 0
- Function.Injective.semigroupWithZeroproof · cited by 0