Skip to content

Commit

Permalink
WIP: add_RV_unif type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gregweng committed Jan 6, 2025
1 parent fa397f0 commit b7c2583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probability/smc.v
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Variable n : nat.
Variables (X Y : {RV P -> A}).

(* How to express "the distribution of random variable Y is uniform distribution" as a prop. *)
Hypothesis card_A : #|A| = n.+1.
Hypothesis card_A : #|A:finType| = n.+1.
Variable pY_unif : `p_ Y = fdist_uniform card_A.
Variable XY_indep : P |= X _|_ Y.

Expand Down

0 comments on commit b7c2583

Please sign in to comment.