We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Surjection
Bijection
1 parent 520b838 commit 8efb15dCopy full SHA for 8efb15d
src/Function/Bundles.agda
@@ -113,6 +113,7 @@ module _ (From : Setoid a ℓ₁) (To : Setoid b ℓ₂) where
113
using
114
( strictlySurjective
115
; section
116
+ ; section-inverseˡ
117
; section-strictInverseˡ
118
)
119
@@ -158,7 +159,12 @@ module _ (From : Setoid a ℓ₁) (To : Setoid b ℓ₂) where
158
159
open Injection injection public
160
using (isInjection)
161
open Surjection surjection public
- using (isSurjection; section; to∘to⁻; strictlySurjective)
162
+ using (isSurjection
163
+ ; strictlySurjective
164
+ ; section
165
166
+ ; section-strictInverseˡ
167
+ )
168
169
isBijection : IsBijection to
170
isBijection = record
0 commit comments