Created
December 12, 2019 11:38
-
-
Save mukeshtiwari/f5692ca8bacac1c2bcb44386194a0e2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
section disprob | |
parameters (Ω : Type) [fintype Ω] | |
parameters (uniform : Ω → ℚ) | |
parameters (Huniform : ∀ x : Ω, uniform x = 1 / (fintype.card Ω)) | |
lemma prob_sum : match (fintype.exists_univ_list Ω) with | |
| (l, _) := list.sum (list.map l) = 1 | |
end := | |
begin | |
sorry | |
end | |
end disprob | |
invalid match/convoy expression, expected type is not knownLean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment