Mathlib Map

Theorems · Definition · group theory

MonoidHom.codRestrict

{M : Type u_1} →
  {N : Type u_2} →
    [inst : MulOneClass M] →
      [inst_1 : MulOneClass N] →
        {S : Type u_5} →
          [inst_2 : SetLike S N] →
            [inst_3 : SubmonoidClass S N] → (f : M →* N) → (s : S) → (∀ (x : M), f x ∈ s) → M →* ↥s

Restriction of a MonoidHom to a Submonoid of the codomain.

Defined in
Mathlib.Algebra.Group.Submonoid.Operations
Cited by
8 results in Mathlib
Foundations
Depth 13 from the axioms · uses no axioms
Assumes
MulOneClassMulOneClassSetLikeSubmonoidClass

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by16

Results whose statement or proof uses this declaration.