Skip to content

Commit

Permalink
Fixed statements of IN_MEASURABLE_BOREL_EL
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe authored and mn200 committed Aug 24, 2024
1 parent 460445b commit 24c6103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/probability/stochastic_processScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -1143,9 +1143,9 @@ Proof
>> rw []
QED

(* |- !N i. i < N ==> EL i IN Borel_measurable (sigma_lists Borel N) *)
(* |- !N i. i < N ==> EL i IN Borel_measurable (Borel_lists N) *)
Theorem IN_MEASURABLE_BOREL_EL =
SRULE [SPACE_BOREL, SIGMA_ALGEBRA_BOREL, IN_FUNSET]
SRULE [SPACE_BOREL, SIGMA_ALGEBRA_BOREL, IN_FUNSET, GSYM Borel_lists_def]
(ISPEC “Borel” sigma_lists_simultaneously_measurable)

val _ = export_theory ();
Expand Down

0 comments on commit 24c6103

Please sign in to comment.