Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
least fixed point

    A function f may have many fixed points (x
   such that f x = x).  For example, any value is a fixed point
   of the identity function, (\ x . x).

   If f is recursive, we can represent it as

   	f = fix F

   where F is some higher-order function and

   	fix F = F (fix F).

   The standard denotational semantics of f is then given by
   the least fixed point of F.  This is the least upper bound
   of the infinite sequence (the ascending Kleene chain)
   obtained by repeatedly applying F to the totally undefined
   value, bottom.  I.e.

   	fix F = LUB bottom, F bottom, F (F bottom), ....

   The least fixed point is guaranteed to exist for a
   continuous function over a cpo.

   (2005-04-12)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy