approx 5
Today I am playing β΅οΈAlcumusπ¬, to up my problem solving skills!
I believe it is cognitively restorative, and #maybe useful for succeeding at BSc exams.
-- with steel drums
another fascinating idea:
- prealgebra is #maybe the theory semirings/monoids?
structure Monoid := (M : Type) (op : M β M β M) (id : M) (assoc : β x y z, op x (op y z) = op (op x y) z) (id_l : β x, op id x = x)
π₯
What is the chance of heads over tails when flipping nothing?
"Suppose we flip four coins simultaneously: a penny, a nickel, a dime, and a quarter. What is the probability that the penny and dime both come up the same? "
https://artofproblemsolving.com/alcumus/problem
*There is maybe A x B or A + B here, product, coproduct, does probability theory have topos logic? *
events = subobjects (β° β Ξ©)
probabilities = measures = morphisms
ΞΌ : Ξ© β [0,1] β β
--- Wow, that's like [H,T]! π¦
[H,T] β
 Bool β
 subobject classifier Ξ©
--- Wooooooooow! A coin is a `subobject classifier Ξ© ! πͺ
πͺcoin ~ Ξ©
π€πΏ H β true, T β false β flipping = sampling truth! 
Β Β 		coins classify subobjects in probabilistic worlds
Is ex falso quodlibet same as vacuously true?
- 
β₯ β’ Ο for any Ο- logic explosion, from falsehood anything follows - 
βxββ , P(x) β β true, β has no counterexamplefalsehood vs. emptiness β same
 
Nice π:
#maybe
flipping 4 coins:
Β 	f : 1 βΆ Ξ©β΄
Οβ, Οβ : Ξ©β΄ β Ξ© --extract penny & dime.
equal : Ξ© Γ Ξ© βΆ Ξ©  
equal(h, t) := h β t
P(penny = dime) := ΞΌ β equal β (Οβ Γ Οβ) β f