Skip to content

Commit 7d0706b

Browse files
committed
removed bigcup_mkord_ord
1 parent 7f5ae11 commit 7d0706b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

theories/sampling.v

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,6 @@ HB.instance Definition _ (n : nat) := @isMeasurable.Build default_measure_displa
113113
'I_n.+1 discrete_measurable discrete_measurable0
114114
discrete_measurableC discrete_measurableU.
115115

116-
Section move_to_bigop_nat_lemmas.
117-
Context {T : Type}.
118-
Implicit Types (A : set T).
119-
120-
Lemma bigcup_mkord_ord n (F : 'I_n.+1 -> set T) :
121-
\bigcup_(i < n.+1) F (inord i) = \big[setU/set0]_(i < n.+1) F i.
122-
Proof.
123-
rewrite bigcup_mkord; apply: eq_bigr => /= i _; congr F.
124-
by apply/val_inj => /=;rewrite inordK.
125-
Qed.
126-
127-
End move_to_bigop_nat_lemmas.
128-
129116
Section fset.
130117
Local Open Scope fset_scope.
131118
Lemma fset_bool : forall B : {fset bool},

0 commit comments

Comments
 (0)