Difference between revisions of "Lattice"

From PKC
Jump to navigation Jump to search
 
Line 4: Line 4:
{{PagePostfix
{{PagePostfix
|category_csd=POSet,Monoid
|category_csd=POSet,Monoid
}}
</noinclude>
</noinclude>

Latest revision as of 04:50, 6 July 2023

According to wikipedia, Lattice is a data type that is represented as directed arrows that doesn't create loopy structures. This is also known as a special kind of POSet for Partially-ordered set. According to Dana Scott[1], it is considered to be the universal building block of all of computation. It is also used as the main instrument to reason able correctness or safety/liveness properties of complex systems.


References

  1. Scott, Dana (January 1, 1970). "Outline of a Mathematical Theory of Computation". local page: Oxford University Computing Laboratory Programming Research Group. 

Related Pages