Skip to content

Instantly share code, notes, and snippets.

@TOTBWF
TOTBWF / Fixpoint.agda
Last active June 10, 2021 14:36
Agda proof of the Knaster-Tarski Fixpoint Theorem
-- A proof of the Knaster-Tarski Fixpoint Theorem
-- See https://en.wikipedia.org/wiki/Knaster%E2%80%93Tarski_theorem
module Fixpoint where
open import Level
open import Data.Product
open import Relation.Binary
open import Relation.Binary.Morphism