mathlib3 documentation

algebra.category.Algebra.limits

The category of R-algebras has all limits #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

Further, these limits are preserved by the forgetful functor --- that is, the underlying types are just the limits in the category of types.

@[protected, instance]
Equations
@[protected, instance]
Equations
def Algebra.sections_subalgebra {R : Type u} [comm_ring R] {J : Type v} [category_theory.small_category J] (F : J Algebra R) :
subalgebra R (Π (j : J), (F.obj j))

The flat sections of a functor into Algebra R form a submodule of all sections.

Equations
@[protected, instance, irreducible]

The category of R-algebras has all limits.

@[protected, instance]