Mistakes regarding proofs: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
I had a teacher who would repeat many times in different linear algebra classes '''"If you write 0 = 0 I'm going to give you a zero in the exam!"'''. | I had a teacher who would repeat many times in different linear algebra classes '''"If you write 0 = 0 I'm going to give you a zero in the exam!"'''. | ||
Suppose we want to prove that <math>a + b = c + d</math>. We begin by saying that <math>a + b = x</math>. Then we say that <math>c + d = x</math>. Therefore <math>x = x \iff a + b = c + d</math>. Eureka! We didn't prove anything! What is wrong in the reasoning that we just did? The mistake is that | Suppose we want to prove that <math>a + b = c + d</math>. We begin by saying that <math>a + b = x</math>. Then we say that <math>c + d = x</math>. Therefore <math>x = x \iff a + b = c + d</math>. Eureka! We didn't prove anything! What is wrong in the reasoning that we just did? The mistake is that assumed the obvious to be true and, conversely, the truth to be obvious. If the statement is true, we want to prove that there isn't a case in which it's false. Else, if the statement is false, we want to prove that there isn't a case in which it's true. That's why in linear algebra and calculus many properties are true if we impose certain conditions. Other times we are presented with counter-examples to show that some property is true for some cases, but not for all of them. | ||
Many proofs are done by finding a contradiction. Two statements that contradict each other because they can't be both false or both true at the same time. There is a very common pitfall here. Some statement implies another. Sometimes yes, other times no. For example: <math>a^2 + b^2 = c^2</math>. We know that <math>a = b = c = 0</math> is a solution and that <math>c^2 \geq 0</math> because a sum of two squares can never be negative. However, we can't use the fact that <math>c^2</math> is positive to state that there are infinite solutions to this equation. Suppose we say that a number is even. That doesn't imply that the number is positive or negative. Conversely, being negative or positive doesn't imply that it's even or not. For most purposes this logic is undeniable, we aren't concerned with the definition of what can be and what can't be denied. That discussion is way beyond what we learn at undergraduate levels. | Many proofs are done by finding a contradiction. Two statements that contradict each other because they can't be both false or both true at the same time. There is a very common pitfall here. Some statement implies another. Sometimes yes, other times no. For example: <math>a^2 + b^2 = c^2</math>. We know that <math>a = b = c = 0</math> is a solution and that <math>c^2 \geq 0</math> because a sum of two squares can never be negative. However, we can't use the fact that <math>c^2</math> is positive to state that there are infinite solutions to this equation. Suppose we say that a number is even. That doesn't imply that the number is positive or negative. Conversely, being negative or positive doesn't imply that it's even or not. For most purposes this logic is undeniable, we aren't concerned with the definition of what can be and what can't be denied. That discussion is way beyond what we learn at undergraduate levels. | ||
With linear system of equations is specially common for people to end at absurd results such as 0 = 3 or the obvious 0 = 0. When we can't find variables to satisfy a linear system of equation it means that the system has no solution at all. Graphically, we have planes or lines that never intersect each other or maybe they do, but not all at the same point in space. Maybe they intersect in pairs for example. If we have an equation in a system that is a multiple of another, we can safely remove it from the system because it's not helping. It's the same as having a coordinate system of three linearly independent vectors in 3D space. If we try to build a coordinate system in 4D where the 4th coordinate is a linear combination of the previous three, it won't work at all! When we have an equation, isolate an unknown and then substitute in the same equation, we'll surely conclude that 0 = 0. In other words, we stated that a vector is parallel to itself or that a line intersects itself at every point. | With linear system of equations is specially common for people to end at absurd results such as 0 = 3 or the obvious 0 = 0. When we can't find variables to satisfy a linear system of equation it means that the system has no solution at all. Graphically, we have planes or lines that never intersect each other or maybe they do, but not all at the same point in space. Maybe they intersect in pairs for example. If we have an equation in a system that is a multiple of another, we can safely remove it from the system because it's not helping. It's the same as having a coordinate system of three linearly independent vectors in 3D space. If we try to build a coordinate system in 4D where the 4th coordinate is a linear combination of the previous three, it won't work at all! When we have an equation, isolate an unknown and then substitute in the same equation, we'll surely conclude that 0 = 0. In other words, we stated that a vector is parallel to itself or that a line intersects itself at every point. |
Revision as of 00:45, 2 February 2022
I had a teacher who would repeat many times in different linear algebra classes "If you write 0 = 0 I'm going to give you a zero in the exam!".
Suppose we want to prove that [math]\displaystyle{ a + b = c + d }[/math]. We begin by saying that [math]\displaystyle{ a + b = x }[/math]. Then we say that [math]\displaystyle{ c + d = x }[/math]. Therefore [math]\displaystyle{ x = x \iff a + b = c + d }[/math]. Eureka! We didn't prove anything! What is wrong in the reasoning that we just did? The mistake is that assumed the obvious to be true and, conversely, the truth to be obvious. If the statement is true, we want to prove that there isn't a case in which it's false. Else, if the statement is false, we want to prove that there isn't a case in which it's true. That's why in linear algebra and calculus many properties are true if we impose certain conditions. Other times we are presented with counter-examples to show that some property is true for some cases, but not for all of them.
Many proofs are done by finding a contradiction. Two statements that contradict each other because they can't be both false or both true at the same time. There is a very common pitfall here. Some statement implies another. Sometimes yes, other times no. For example: [math]\displaystyle{ a^2 + b^2 = c^2 }[/math]. We know that [math]\displaystyle{ a = b = c = 0 }[/math] is a solution and that [math]\displaystyle{ c^2 \geq 0 }[/math] because a sum of two squares can never be negative. However, we can't use the fact that [math]\displaystyle{ c^2 }[/math] is positive to state that there are infinite solutions to this equation. Suppose we say that a number is even. That doesn't imply that the number is positive or negative. Conversely, being negative or positive doesn't imply that it's even or not. For most purposes this logic is undeniable, we aren't concerned with the definition of what can be and what can't be denied. That discussion is way beyond what we learn at undergraduate levels.
With linear system of equations is specially common for people to end at absurd results such as 0 = 3 or the obvious 0 = 0. When we can't find variables to satisfy a linear system of equation it means that the system has no solution at all. Graphically, we have planes or lines that never intersect each other or maybe they do, but not all at the same point in space. Maybe they intersect in pairs for example. If we have an equation in a system that is a multiple of another, we can safely remove it from the system because it's not helping. It's the same as having a coordinate system of three linearly independent vectors in 3D space. If we try to build a coordinate system in 4D where the 4th coordinate is a linear combination of the previous three, it won't work at all! When we have an equation, isolate an unknown and then substitute in the same equation, we'll surely conclude that 0 = 0. In other words, we stated that a vector is parallel to itself or that a line intersects itself at every point.