Module docstring
{"# Fixed point construction on complete lattices
This file sets up the basic theory of fixed points of a monotone function in a complete lattice.
Main definitions
OrderHom.lfp: The least fixed point of a bundled monotone function.OrderHom.gfp: The greatest fixed point of a bundled monotone function.OrderHom.prevFixed: The greatest fixed point of a bundled monotone function smaller than or equal to a given element.OrderHom.nextFixed: The least fixed point of a bundled monotone function greater than or equal to a given element.fixedPoints.completeLattice: The Knaster-Tarski theorem: fixed points of a monotone self-map of a complete lattice form themselves a complete lattice.
Tags
fixed point, complete lattice, monotone function "}