mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-12 23:28:39 +00:00
Finite permutations (#23)
This commit is contained in:
@@ -67,6 +67,8 @@ module Setoids.Setoids where
|
||||
field
|
||||
inj : SetoidInjection S T f
|
||||
surj : SetoidSurjection S T f
|
||||
wellDefined : {x y : A} → Setoid._∼_ S x y → Setoid._∼_ T (f x) (f y)
|
||||
wellDefined = SetoidInjection.wellDefined inj
|
||||
|
||||
record SetoidsBiject {a b c d : _} {A : Set a} {B : Set b} (S : Setoid {a} {c} A) (T : Setoid {b} {d} B) : Set (a ⊔ b ⊔ c ⊔ d) where
|
||||
field
|
||||
|
Reference in New Issue
Block a user