Skip to content

Commit

Permalink
_≠ 0 ∘ μ
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Oct 9, 2023
1 parent 2ec50ea commit 9f9de02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/foundation/multisubsets.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ open import elementary-number-theory.natural-numbers
open import foundation.dependent-pair-types
open import foundation.images
open import foundation.negated-equality
open import foundation.function-types
open import foundation.universe-levels

open import foundation-core.fibers-of-maps
Expand Down Expand Up @@ -56,7 +57,7 @@ module _
support-locally-finite-multisubset :
(U : Set l1) locally-finite-multisubset U UU l1
support-locally-finite-multisubset U μ =
Σ (type-Set U) (λ x μ x ≠ zero-ℕ)
Σ (type-Set U) (λ {≠ precomp μ UU (_≠ 0) ≠})

is-finite-locally-finite-multisubset :
(U : Set l1) locally-finite-multisubset U UU l1
Expand Down

0 comments on commit 9f9de02

Please sign in to comment.