I struggle to even start when it comes to proving statements, so I'm reading a book on stochastic processes and at the very beginning they provide some basic properties of Probabilities and one of them is
$P(A^c) = 1 - P(A)$
and next they ask me to prove it as an exercise, however simple this may seem, I just don't know how to approach even proving such a statement?
Any guidance?
If $A$ denotes one event then $A^c$ denotes that $A$ does not happened. So $A \cup A^c=S$ where S is the probability space. We know from axiom of probability that $P(S)=1$ and $P(A_1 \cup A_2 \cup... \cup A_n\cup ...)=P(A_1)+P(A_2)+...+P(A_n)+...$ for mutually exclusive events $A_i$. Using these two axioms we have, $$P(A)+P(A^c)=P(S)=1 \implies P(A^c)=1-P(A). \blacksquare $$