Difference between revisions of "Proofs:Cases"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
 
Line 7: Line 7:
 
* 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.
 
* 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==
+
==Resources==
 
* [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
 +
* [https://www.math.ucdavis.edu/~kouba/TheProofPage/Section1pt4/Section1pt4.html Direct Proof, Proof by Cases, and Proof by Working Backward], University of California, Davis

Latest revision as of 10:50, 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.

Resources