Skip to content

Commit

Permalink
finish proof of is_lim_seq_ps_p_event_ge_event_lt
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Shinnar <[email protected]>
  • Loading branch information
shinnar committed Dec 21, 2023
1 parent bb0c700 commit 7ab3d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coq/ProbTheory/RandomVariableL2.v
Original file line number Diff line number Diff line change
Expand Up @@ -523,15 +523,15 @@ Section L2.
{
intros.
rewrite <- ps_complement.
f_equal.
admit.
apply ps_proper.
split; simpl; unfold pre_event_complement; lra.
}
apply (is_lim_seq_ext _ _ 1 H0).
apply is_lim_seq_minus with (l1 := 1) (l2 := 0); trivial.
- apply is_lim_seq_const.
- unfold is_Rbar_minus, is_Rbar_plus.
simpl; f_equal; f_equal; lra.
Admitted.
Qed.


Lemma conv_l1_prob_alt
Expand Down

0 comments on commit 7ab3d71

Please sign in to comment.