Skip to content

Commit

Permalink
remove fsdist_convA
Browse files Browse the repository at this point in the history
  • Loading branch information
t6s committed Sep 27, 2023
1 parent ab656bd commit 261ba4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions probability/fsdist.v
Original file line number Diff line number Diff line change
Expand Up @@ -671,14 +671,6 @@ Implicit Types (p : prob) (a b c : {dist A}).
Local Open Scope reals_ext_scope.
Local Open Scope convex_scope.

(* looks like to be only used in monae/proba_monad_model.v;
should either be removed (preferably also changing the ProbaMonad interface),
or have the name changed to fsdist_convA0 *)
Definition fsdist_convA (p q r s : prob) (mx my mz : {dist A}) :
p = r * s :> R /\ s.~ = p.~ * q.~ ->
mx <| p |> (my <| q |> mz) = (mx <| r |> my) <| s |> mz.
Proof. by case=> ? ? ; exact: convA0. Qed.

Lemma finsupp_conv_subr a b p :
p != 0%:pr -> finsupp a `<=` finsupp (a <|p|> b).
Proof.
Expand Down

0 comments on commit 261ba4b

Please sign in to comment.