Skip to content

Setoid.Homomorphisms

Types for Homomorphism of Setoid Algebras

This is the Setoid.Homomorphisms module of the Agda Universal Algebra Library.

This is a barrel module: it declares nothing of its own and re-exports the eight modules that make up the theory of structure-preserving maps between setoid algebras.

Submodule guide

{-# OPTIONS --cubical-compatible --exact-split --safe #-}

module Setoid.Homomorphisms where

open import Setoid.Homomorphisms.Basic              public
open import Setoid.Homomorphisms.Kernels            public
open import Setoid.Homomorphisms.Products           public
open import Setoid.Homomorphisms.Noether            public
open import Setoid.Homomorphisms.Factor             public
open import Setoid.Homomorphisms.Isomorphisms       public
open import Setoid.Homomorphisms.HomomorphicImages  public
open import Setoid.Homomorphisms.Properties         public