Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Jan 6, 2025
1 parent fc22913 commit 5bf4b28
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions coq/QLearn/jaakkola_vector.v
Original file line number Diff line number Diff line change
Expand Up @@ -8928,14 +8928,7 @@ Section qlearn.
erewrite FiniteCondexp_eq.
unfold Rbar_rvscale.
rewrite <- Rmax_all_norm_nneg in H15 by apply nnfsqr.
assert (Rmax_norm {x : state M & act M x}
(fun sa : {x : state M & act M x} => (X n x sa)²) =
(Rmax_norm {x0 : state M & act M x0}
(fun sa0 : {x0 : state M & act M x0} => X n x sa0))²).
{
apply Rmax_norm_sqr.
}
rewrite <- H17.
rewrite <- Rmax_norm_sqr.
rewrite <- Rbar_le_Rle in H15.
eapply Rle_trans; cycle 1.
apply H15.
Expand All @@ -8950,7 +8943,7 @@ Section qlearn.
apply Rmult_le_compat_r.
- apply FiniteCondexp_nneg.
apply nnfsqr.
- apply H18.
- apply H17.
- rewrite Rmult_1_l.
right.
apply FiniteConditionalExpectation_ext.
Expand Down

0 comments on commit 5bf4b28

Please sign in to comment.