-
Notifications
You must be signed in to change notification settings - Fork 65
move preimage_set_system to classical_sets.v? #1922
Copy link
Copy link
Open
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library
Description
| Definition preimage_set_system {aT rT : Type} (D : set aT) (f : aT -> rT) |
It is not specific to measure theory and would enable the definition of
Definition cross X Y :=
preimage_set_system [set: T1 * T2] fst X
`|` preimage_set_system [set: T1 * T2] snd Y.inside classical_sets.v where it intuitively belongs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library