Skip to content

Commit

Permalink
remove admits
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnar committed Feb 8, 2022
1 parent deaf48d commit e0463d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions coq/ProbTheory/Martingale.v
Original file line number Diff line number Diff line change
Expand Up @@ -2644,6 +2644,7 @@ Proof.
apply Rmax_r.
Qed.

(*
Lemma double_series_interchange (f : nat -> nat -> R) :
(forall n m, 0 <= f n m) ->
Series (fun n => Series (fun m => f n m)) =
Expand Down Expand Up @@ -2677,8 +2678,6 @@ Proof.
rewrite <- ex_series_Lim_seq.
Admitted.

Lemma zerotails_eps2k_double_sum_eq (a : nat -> R) (pf:ex_series a) {anneg:NonnegativeFunction a}:
Series (fun k => Series (fun x => a (S (x+ (zerotails_eps2k_fun a pf k)%nat)))) =
Series (fun n => zerotails_incr_mult a pf n * (a n)).
Expand Down Expand Up @@ -2722,4 +2721,4 @@ Proof.
now rewrite Rmult_comm.
Qed.

*)
8 changes: 4 additions & 4 deletions coq/utils/RbarAdd.v
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ Qed.
now apply sum_Rbar_n_nneg_nneg.
Qed.


(*
(* Fubini for nonnegative reals *)
Lemma Series_Series_seq_pair (f:nat->nat->R) :
(forall a b, 0 <= (f a b)) ->
Expand All @@ -1034,7 +1034,7 @@ Qed.
Proof.
intros.
apply Rle_antisym.
Admitted.
*)
(*
- apply Elim_seq_le_bound; intros.
replace (sum_Rbar_n
Expand Down Expand Up @@ -1331,7 +1331,7 @@ Admitted.
- now intros.
- now intros.
Qed.

(*
Lemma Series_nneg_nested_swap (f:nat->nat->R) :
(forall a b, 0 <= (f a b)) ->
Series (fun i : nat => Series (fun j : nat => (f i j))) =
Expand All @@ -1341,7 +1341,7 @@ Admitted.
rewrite Series_Series_seq_pair.
rewrite Series_Series_seq_pair.
- apply Rle_antisym.
+ Admitted.
*)
(*
apply Elim_seq_le_bound; intros.
destruct (sum_Rbar_n_iso_swap f n H).
Expand Down

0 comments on commit e0463d0

Please sign in to comment.