I fail to understand why contraposition works intuitively. Take this sentence for example:
$\text{If I pass my exams then I am a good student.}$
$\text{I pass my exams }\implies\text{ I am a good student.}$
If I know I passed my exams then I know I am a good student but if I didn't pass my exams then I don't really know if I'm a good student or not (since this is implication and not an if-and-only-if statement ) and $F\implies T,F\implies F$ are both true, so either outcomes is possible.
Having said this I don't understand why proof by contraposition works. Proof by contraposition would say:
$\text{I didn't pass my exams }\implies\text{ I am not a good student.}$
But I don't understand why? Having not passed my exams doesn't say anything about whether I am a good student or not, and contraposition seems only obvious to me when :
$\text{I pass my exams }\iff\text{ I am a good student.}$
Then yes, the contrapositive makes intuitive sense to me. But why does it hold for implication as well?