oalg-base-3.0.0.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 HaskellNone
LanguageHaskell2010

OAlg.Structure.Lattice.Proposition

Description

propositions on lattices.

Synopsis

Lattice

prpLattice :: (Lattice a, Show a) => X a -> Statement Source #

validity of a lattice.

prpLatticeDisjunction :: (Lattice a, Show a) => a -> a -> a -> Statement Source #

validity of disjunction in a lattice.

prpLatticeConjunction :: (Lattice a, Show a) => a -> a -> a -> Statement Source #

validity of conjunction in a lattice.

Erasable Lattice

Bool

prpLatticeBool :: Statement Source #

validity of 'Bool as a erasable lattice