notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

CounterExample.md (297B)


      1 # Proof By Counter Example 
      2 
      3 Abstract Math Proof Technique
      4 
      5 **Definition:** Counter example proofs are similar to [DirectProof](DirectProof.md), but instead of assuming that they are true you assume they are false. From this assumption you then need to show that this is in some way fallacious.