aboutsummaryrefslogtreecommitdiff
path: root/Data/Fin
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-10-22 01:20:25 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-10-22 01:20:25 -0500
commit179740f30f8768ec60d3a3324084ef754a2cff2c (patch)
treeef2cd5f49c2d2e567dd79c14f19d0644e5cdc887 /Data/Fin
parente5b3cd06b1ba2504831db203a6be30c184df3274 (diff)
Add symmetric monoidal structure to Push functor
Diffstat (limited to 'Data/Fin')
-rw-r--r--Data/Fin/Preimage.agda6
1 files changed, 6 insertions, 0 deletions
diff --git a/Data/Fin/Preimage.agda b/Data/Fin/Preimage.agda
index f6e4373..4f7ea43 100644
--- a/Data/Fin/Preimage.agda
+++ b/Data/Fin/Preimage.agda
@@ -40,3 +40,9 @@ preimage-∘
(z : Fin C)
→ preimage (g ∘ f) ⁅ z ⁆ ≗ preimage f (preimage g ⁅ z ⁆)
preimage-∘ f g S x = ≡.refl
+
+preimage-⊥
+ : {n m : ℕ}
+ (f : Fin n → Fin m)
+ → preimage f ⊥ ≗ ⊥
+preimage-⊥ f x = ≡.refl