| And what I try to explain is that one way to define what it means to be X% sure about A is to say that - you put a number on it p(A) - which is between 0 and 1 - and allows you to compare how sure you are about different things p(A) and p(B) This number can be used to compute how sure you are about composite things: p(A or B) = p(A) + p(B) - p(A and B) p(A and B) = p(A given B) p(B) = p(B given A) p(A) That number p happens to correspond to the notion of probability, but it has not been defined using a pre-existing notion of probability: https://en.wikipedia.org/wiki/Cox%27s_theorem |