|
|
|
|
|
by grayclhn
4241 days ago
|
|
x ∈ (A ∩ B) = (x ∈ A) * (x ∈ B) if "x ∈ A" equals 1 when x is in the
set A, 0 when x is not in the set A. Using "indicator functions" like
this also gives you a nice formulation for probability and
integration, etc. that falls apart if you use 1 to represent x ∉ A. edit: I should add that I'm not claiming "you can't build measure theoretic probability from this formulation of booleans" is a strike against the project. Just addressing the math question. |
|