Difference between revisions of "Proofs:Cases"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(Created page with "Some proofs are easier to do if we split them up into two or more cases. Example: Proof that <math> x^2 \ge 0 </math> for all real numbers. We can break this up into three ca...")
 
Line 5: Line 5:
 
Examples of other ways to break sets into cases:
 
Examples of other ways to break sets into cases:
 
* Integers: "z is negative" and "z is nonnegative", "z is even" and "z is odd", etc.
 
* Integers: "z is negative" and "z is nonnegative", "z is even" and "z is odd", etc.
* Real numbers: "x is rational" and "x is irrational", "<math> x < 7 </math>" and "<math> x \ge 7 </math>", "<math> |x| \le 1 </math>" and "<math> "<math> |x| > 1 </math>" and "<math> x \ge 7 </math>" </math>", etc.
+
* Real numbers: "x is rational" and "x is irrational", "<math> x < 7 </math>" and "<math> x \ge 7 </math>", "<math> |x| \le 1 </math>" and "<math> |x| > 1 </math>" and "<math> x \ge 7 </math>" </math>", etc.
  
 
==Resoucres==
 
==Resoucres==
 
* [https://sites.millersville.edu/bikenaga/math-proof/proof-by-cases/proof-by-cases.html Proof by Cases], Millersville University
 
* [https://sites.millersville.edu/bikenaga/math-proof/proof-by-cases/proof-by-cases.html Proof by Cases], Millersville University

Revision as of 10:48, 24 September 2021

Some proofs are easier to do if we split them up into two or more cases.

Example: Proof that for all real numbers. We can break this up into three cases: , , and . If , then , since the product of two positive numbers is positive. If , then . If , then is the product of two negative numbers, which is positive. Thus, for all three cases, and is therefore true for all real numbers x.

Examples of other ways to break sets into cases:

  • Integers: "z is negative" and "z is nonnegative", "z is even" and "z is odd", etc.
  • Real numbers: "x is rational" and "x is irrational", "" and "", "" and "" and "" </math>", etc.

Resoucres