File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/Relation/Binary/Morphism/Construct Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ New modules
106106 ```
107107
108108* ` Relation.Binary.Morphism.Construct.On ` : given a relation ` _∼_ ` on ` B ` ,
109- and a function ` f : A → B ` , lift to various ` IsRelHomomorphism ` s between
110- ` _∼_ on f ` and ` _∼_ ` .
109+ and a function ` f : A → B ` , construct the canonical ` IsRelMonomorphism `
110+ between ` _∼_ on f ` and ` _∼_ ` , witnessed by ` f ` itself .
111111
112112Additions to existing modules
113113-----------------------------
Original file line number Diff line number Diff line change 11------------------------------------------------------------------------
22-- The Agda standard library
33--
4- -- Construct Morphisms from a relation and a function via `_on_`
4+ -- Construct monomorphism from a relation and a function via `_on_`
55------------------------------------------------------------------------
66
77{-# OPTIONS --cubical-compatible --safe #-}
@@ -30,6 +30,3 @@ isRelMonomorphism = record
3030 { isHomomorphism = isRelHomomorphism
3131 ; injective = id
3232 }
33-
34- module ι = IsRelMonomorphism isRelMonomorphism
35-
You can’t perform that action at this time.
0 commit comments