Skip to content

Commit

Permalink
Changes before changing laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe committed Oct 3, 2024
1 parent f8c3ff1 commit 81750a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/probability/distributionScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ Definition normal_rv_def :
distribution p X s = normal_measure mu sig s
End

(* TODO *)
Theorem extreal_exp_alt :
∀x :extreal. exp x = ext_suminf (λn. inv (&FACT n) * x pow n)
Proof
cheat
QED

val _ = export_theory ();
val _ = html_theory "distribution";

Expand Down

0 comments on commit 81750a6

Please sign in to comment.