Theorems · Definition · group theory
Function.Injective.mulZeroOneClass
{M₀ : Type u_1} →
{M₀' : Type u_3} →
[inst : MulZeroOneClass M₀] →
[inst_1 : Mul M₀'] →
[inst_2 : Zero M₀'] →
[inst_3 : One M₀'] →
(f : M₀' → M₀) →
Function.Injective f → f 0 = 0 → f 1 = 1 → (∀ (a b : M₀'), f (a * b) = f a * f b) → MulZeroOneClass M₀'Pull back a MulZeroOneClass instance along an injective function.
See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.GroupWithZero.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext
- Assumes
- MulZeroOneClassMulZeroOne
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- MulOneClassproof · cited by 1,018
- MulZeroClassproof · cited by 232
- MulZeroOneClassstatement and proof · cited by 184
- Function.Injective.mulOneClassproof · cited by 0
- Function.Injective.mulZeroClassproof · cited by 0
Cited by2
Results whose statement or proof uses this declaration.
- Function.Injective.nonAssocSemiringproof · cited by 0
- Equiv.mulZeroOneClassproof · cited by 0