Skip to content

move preimage_set_system to classical_sets.v? #1922

@affeldt-aist

Description

@affeldt-aist

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.

@shinya-katsumata

Metadata

Metadata

Assignees

No one assigned

    Labels

    renaming/refactoring 🔧This is about a renaming or refactoring in the library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions