Mathlib Map

Theorems · Definition · group theory

Submonoid.pi

{ι : Type u_4} →
  {M : ι → Type u_5} →
    [inst : (i : ι) → MulOneClass (M i)] → Set ι → ((i : ι) → Submonoid (M i)) → Submonoid ((i : ι) → M i)

A version of Set.pi for Submonoids. Given an index set I and a family of Submonoids s : Π i, Submonoid f i, pi I s is the Submonoid of dependent functions f : Π i, f i such that f i belongs to Pi I s whenever i ∈ I.

Defined in
Mathlib.Algebra.Group.Submonoid.Operations
Cited by
17 results in Mathlib
Foundations
Depth 14 from the axioms · uses Quot.sound
Assumes
MulOneClass

Around this declaration

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

Cites6

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

Cited by18

Results whose statement or proof uses this declaration.