oalg-base-1.1.4.0: Algebraic structures on oriented entities and limits as a tool kit to solve algebraic problems.
Copyright(c) Erich Gut
LicenseBSD3
Maintainerzerich.gut@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

OAlg.Hom.Oriented.Proposition

Description

propositions on homomorphisms between Oriented structures.

Synopsis

Proposition

prpIdHomOrt :: Statement Source #

validity of IdHom Ort to be a family of Oriented homomorphisms between Orientation Symbol and Z.

Oriented

prpHomOrt :: Hom Ort h => XHomOrt h -> Statement Source #

validity of homomorphisms between Oriented structures based on the given random variable.

type XHomOrt h = XAppl h Source #

random variable to validate homomorphisms between Oriented structures.

prpHomOrt' :: Hom Ort h => h a b -> XOrt a -> Statement Source #

validity of homomorphisms between Oriented structures based on the given random variable.

prpHomOrt1 :: Hom Ort h => h a b -> a -> Statement Source #

validity of homomorphisms between Oriented structures based on the given values.

relHomOrtHomomorphous :: Hom Ort h => Homomorphous Ort a b -> h a b -> a -> Statement Source #

validity of homomorphisms between Oriented for a given value in the domain.

X