Skip to content

Commit b9074fa

Browse files
committed
copy on borel_type
1 parent 5248490 commit b9074fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

theories/borel_hierarchy.v

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(* mathcomp analysis (c) 2026 Inria and AIST. License: CeCILL-C. *)
2+
From HB Require Import structures.
23
From mathcomp Require Import all_ssreflect_compat algebra.
34
From mathcomp Require Import boolp classical_sets functions cardinality.
45
From mathcomp Require Import reals topology normedtype sequences.
@@ -105,6 +106,10 @@ Qed.
105106

106107
End borel_normedModType.
107108

109+
#[non_forgetful_inheritance]
110+
HB.instance Definition _ (R : realType) (V : normedModType R) :=
111+
Measurable.copy V (borel_type V).
112+
108113
Lemma not_rational_Gdelta (R : realType) : ~ Gdelta (@rational R).
109114
Proof.
110115
apply/forall2NP => A; apply/not_andP => -[oA ratrA].

0 commit comments

Comments
 (0)