Ideas of Mathematical Proof Cheat Sheet by William Fayers :)

Simul. inequalities -> interval solution

Then, draw out sketches of each solution set interval, finding their overlap.

Mapping -> injective, surjective?

  • (Not) injective: OR , .
  • (Not) surjective: OR .

Prove an equivalence -> visualise classes (and list elements)

is an equivalence relation if it is…

  • Reflexive: for any it is clear that (input can be related to itself).
  • Symmetric: if , then . By the definition of equality, , hence (a relation can be flipped).
  • Transitive: if and , then and . By the transitive property of equality, (you can connect through middle relations).

Plot relations, where the axes take the values of every possible input and output (respectively), and a dot is plotted where two elements relate. Include the empty set either as the origin or as the first element of both axes. Unless it specifies a co-ordinate plane, then plot it like a graph.

Find all elements that are equivalent under the relation - give the same output - and list these as a set.

Prove an order relation -> visualise subset

For and if ( divides ),

  • is transitive: , hence (you can connect through middle relations).
  • is reflexive: for any , hence for any .
  • is not symmetric: , e.g. but .
  • is antisymmetric: , hence .

Plot relations, where the axes take the values of every possible input and output (respectively), and a dot is plotted where two elements relate. Include the empty set either as the origin or as the first element of both axes.

Bijective mapping -> same cardinality demonstration

The bijective mapping can be defined as

This maps non-negative integers to positive even integers, and negative integers to positive odd integers. Hence, the mapping is injective and surjective.

A bijective mapping can be defined, hence and have the same cardinality.

Create truth tables -> categorise tautologies/contradictions

Per statement, create a truth table (where the individual elements come first, then build up the left hand side combinations and the right hand side combinations - the number of individual elements determine the number of rows, as each row needs to create every possible combo - e.g. elements, rows; elements, rows; elements, elements):

||
||
||
||
||
Other common expressions include those with , which is only false when if . Also note that they share properties with set notation.

Then, classify if the statement is a tautology (only in a column) or a contradiction (only in a column) - if any are either.

Evaluate logical statements -> true or false

Either simplify the statement(s), prove the statements (if , demonstrate a proof; if , give one example) , or provide a counterexample to them.

Prove by contradiction -> Cantor diagonal argument

Suppose the opposite, that is, that there is a bijection , where as a vertical list is

We now define another sequence by the following rule:

Then this sequence consists of and , so is in the set , but does not lie in the list: it cannot be since differs in the th element by our construction.

This is a contradiction with the assumption that was a bijection onto the entire set . Therefore our assumption that there is a bijection between and was false, which precisely means that there cannot be such a bijection, as required.

Prove by contradiction -> number is irrational

Suppose the opposite: , that is, for and .

Squaring both sides: , hence is divisible by such that , due to the properties of squares and primes.

Substituting into the original assumption: , hence is also divisible by such that , due to the properties of squares and primes.

This is a contradiction with the initial assumption as both are divisible by . The contradiction means that the assumption is false, hence the assertion that is an irrational number is true.

Similarly, you can prove is irrational.

Prove by induction -> sequence

Prove by induction -> inequality

Prove by induction -> divisibility

Properties of set operations -> Expression simplification

SUDOKU 🥚🥚🥚