Skip to content

sigmaT_finite lemma not available with earlier versions #1006

@affeldt-aist

Description

@affeldt-aist

(* TODO: this ought to be turned into a Let but older version of mathcomp/coq
does not seem to allow, try to change asap *)
Local Lemma sigmaT_finite_lebesgue_measure : sigma_finite setT lebesgue_measure.
Proof. exact/measure_extension_sigma_finite/hlength_sigma_finite. Qed.

Ideally, Local Lemma should be a Let and we should use the generic sigmaT_finite property instead
but that causes builds to fail with earlier versions, hence the kludge.

Metadata

Metadata

Assignees

No one assigned

    Labels

    "bug" 🐛This issue (resp. PR) describes (resp. fixes) a "bug"

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions