This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(******************************************************) | |
(** //// Topology Spaces //// *) | |
(******************************************************) | |
Section Topology. | |
(*////////////////////////////////////////////////////*) | |
(** Axioms *) | |
(*////////////////////////////////////////////////////*) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(******************************************************) | |
(** //// Validation of the "filter" Function //// *) | |
(******************************************************) | |
Require Import List Bool Lt. | |
Section Filter. | |
(*////////////////////////////////////////////////////*) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(******************************************************) | |
(** //// Modular Lattices //// *) | |
(******************************************************) | |
Section ModularLattice. | |
Require Import Relation_Definitions Setoid Morphisms. | |
(*////////////////////////////////////////////////////*) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(******************************************************) | |
(** //// Kliesli Construction of Monads //// *) | |
(******************************************************) | |
Require Import Logic.FunctionalExtensionality. | |
(*////////////////////////////////////////////////////*) | |
(** Preliminaries *) | |
(*////////////////////////////////////////////////////*) |
NewerOlder