Mathlib Map

Theorems · Definition · group theory

AddSubmonoid.pi

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

A version of Set.pi for AddSubmonoids. Given an index set I and a family of AddSubmonoids s : Π i, AddSubmonoid f i, pi I s is the AddSubmonoid 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
20 results in Mathlib
Foundations
Depth 14 from the axioms · uses Quot.sound
Assumes
AddZeroClass

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 by21

Results whose statement or proof uses this declaration.