Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions probability/convex.v
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ From mathcomp.analysis Require Import (canonicals)convex.
(* convType == the type of convex spaces, i.e., a choiceType with an *)
(* operator x <| p |> y where p is a probability *)
(* satisfying the following axioms: *)
(* conv1 == a <| 1%:pr |> b = a. *)
(* conv1 == a <| 1%:i01 |> b = a. *)
(* convmm == a <| p |> a = a. *)
(* convC == a <| p |> b = b <| p.~%:pr |> a. *)
(* convC == a <| p |> b = b <| p.~%:i01 |> a. *)
(* convA == a <| p |> (b <| q |> c) = *)
(* (a <| [r_of p, q] |> b) <| [s_of p, q] |> c. *)
(* <|>_d f == generalization of the conv operator . <| . |> . *)
Expand Down
Loading