Mathlib Map

Theorems · Definition · linear algebra

Submodule.pi

{R : Type u} →
  {ι : Type x} →
    [inst : Semiring R] →
      {φ : ι → Type u_1} →
        [inst_1 : (i : ι) → AddCommMonoid (φ i)] →
          [inst_2 : (i : ι) → Module R (φ i)] → Set ι → ((i : ι) → Submodule R (φ i)) → Submodule R ((i : ι) → φ i)

A version of Set.pi for submodules. Given an index set I and a family of submodules p : (i : ι) → Submodule R (φ i), pi I p is the submodule of dependent functions f : (i : ι) → φ i such that f i belongs to p i whenever i ∈ I.

Defined in
Mathlib.LinearAlgebra.Pi
Cited by
34 results in Mathlib
Foundations
Depth 16 from the axioms · uses Quot.sound
Assumes
SemiringAddCommMonoidModule

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.

  • Setstatement and proof · cited by 53,352
  • Modulestatement and proof · cited by 20,661
  • Semiringstatement and proof · cited by 13,802
  • AddCommMonoidstatement and proof · cited by 12,281
  • SetLike.coeproof · cited by 8,199
  • Submodulestatement and proof · cited by 7,192
  • Set.piproof · cited by 405

Cited by40

Results whose statement or proof uses this declaration.