In this other question it is laid out the following identity. $$ P(A|B^c) = 1 - P(A^c|B^c) $$ Been trying to prove it without success. I can only prove that $$ 1-P(A^c|B^c) = \frac{P(A)}{P(B^c)} $$ so I'm starting to think that identity on the other question is wrong. Can anyone help me prove if the first identity is true?
Edit: my result explanation
$$ 1 - P(A^c|B^c) = 1 - \frac{P(A^c \cap B^c)}{P(B^c)} $$ $$ 1 - \frac{P(A^c \cap B^c)}{P(B^c)}=1- \frac{1-P(A)-P(B)}{P(B^c)}=1-(\frac{1-P(B)}{P(B^c)} - \frac{P(A)}{P(B^C)}) = 1-(1-\frac{P(A)}{P(B^c)})= \frac{P(A)}{P(B^c)} $$
$P(A\mid B^c)$
$=\dfrac{P(A, B^c)}{P(B^c)}$
$=\dfrac{P(B^c) - P(A^c, B^c)}{P(B^c)}$
$=\dfrac{P(B^c)}{P(B^c)}-\dfrac{P(A^c, B^c)}{P(B^c)}$
$=1- P(A^c\mid B^c)$