Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
stdpp
Commits
58458a53
Commit
58458a53
authored
May 30, 2022
by
Ralf Jung
Committed by
Robbert Krebbers
May 30, 2022
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
98723b1c
Pipeline
#66693
canceled with stage
in 2 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/fin_maps.v
View file @
58458a53
...
...
@@ -3278,8 +3278,8 @@ End kmap.
Section
preimage
.
(** We restrict the theory to finite sets with Leibniz equality, which is
sufficient for [gset], but not for [boolset] or [propset]. The result of the
pre-image is a map of sets. To support general sets, we need setoid
equality
on sets, and thus setoid equality on maps. *)
pre-image is a map of sets. To support general sets, we
would
need setoid
equality
on sets, and thus setoid equality on maps. *)
Context
`
{
FinMap
K
MK
,
FinMap
A
MA
,
FinSet
K
DK
,
!
LeibnizEquiv
DK
}.
Local
Notation
map_preimage
:
=
(
map_preimage
(
K
:
=
K
)
(
A
:
=
A
)
(
MKA
:
=
MK
A
)
(
MADK
:
=
MA
DK
)
(
DK
:
=
DK
)).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment