Skip to content

bigcup_bigcup naming #988

@affeldt-aist

Description

@affeldt-aist

Lemma bigcup_bigcup {J : Type} (F : I -> J -> set T) (P : set I) (Q : set J) :
\bigcup_(i in P) \bigcup_(j in Q) F i j =
\bigcup_(k in P `*` Q) F k.1 k.2.

Wouldn't it better to call this bigcup_bigcup_setM to keep bigcup_bigcup for the nesting of bigcup as in

Lemma bigcup_bigcup (I : Type) T1 T2 (F : I -> set T1) (G : T1 -> set T2) :
  \bigcup_(i in \bigcup_n F n) G i = \bigcup_n \bigcup_(i in F n) G i.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions