Arguments + Invalid/Valid/Sound
Today we talked about what an argument is, and the three types of arguments: invalid, valid but not sound (which I call "valid" for short) and valid and sound (which I call "sound" for short).
Definitions:
An "invalid" argument is one where the logic doesn't work. It doesn't matter if the premises are true or not.
For example if I said:
Premise 1: A horse has four legs
Premise 2: A chair has four legs
Conclusion: A horse is a chair
This would be invalid. Even though both premises are maybe true, it doesn't matter, since the logic doesn't hold. Just because two things share a property doesn't mean that they are in the same group. For example, an apple is red and a bullseye on a target is red, but an apple is not a bullseye (most of the time).
A "valid" but not sound argument has the logic work, but one or more premises be false. For example:
Premise 1: Diet Coke is a soft drink containing sugar
Premise 2: Soft drinks containing sugar are probably not good for your health
Conclusion: Diet Coke is probably not good for you health
A "sound" argument is one in which the logic works and also the premises are true.
Premise 1: All humans are mammals.
Premise 2: A lizard is not a mammal.
Conclusion: Humans are not lizards
Other Videos By Bill Kerney
2021-09-14 | Introducing Readlib |
2021-09-14 | C++ I/O and Digital Logic |
2021-09-13 | Function Overloading and Commenting Code |
2021-09-13 | Truth Tables - AND, OR, NOT |
2021-09-11 | Call by Reference |
2021-09-10 | Modus Ponens and Modus Tollens |
2021-09-10 | SVN, Voronoi |
2021-09-10 | GDC Talks, Landscape III, Material Functions |
2021-09-10 | Combinatorics, Inclusion/Exclusion |
2021-09-08 | Functions Part II |
2021-09-08 | Arguments + Invalid/Valid/Sound |
2021-09-07 | Voroni |
2021-09-07 | CSG, Sprinting, Water (Old and New) |
2021-09-07 | Constexpr, Permutations, Combinations, Binomial Theorem, and Infinite Sets |
2021-09-03 | Functions in C++ Part I |
2021-09-03 | Five Theories of Truth |
2021-09-02 | UE4 Blueprints |
2021-09-02 | Set Theory I |
2021-09-02 | The Laser Zombies |
2021-09-01 | Integer Overflow, String Comparisons, Range-Based For Loops, Nested Loops |
2021-09-01 | Truth Part 1 |