Question: Calculate the current and voltage difference between points D and B in the following circuit.

Question: Calculate the current and voltage difference between points D and B in the following circuit.

Question: Prove that the function
has even values for all natural numbers (
).
* Updated question for clarity.
Answer: Solving this problem is really trivial. The easiest way (by far) to solve this problem is to use Mathematical induction.
Wikipedia describes Mathematical Induction as:
The simplest and most common form of mathematical induction proves that a statement holds for all natural numbers n and consists of two steps:
- The basis: showing that the statement holds when n = 0.
- The inductive step: showing that if the statement holds for n = m, then the same statement also holds for n = m + 1.
This is exactly what we need to do to solve the problem. First, we need to prove that
is even. This can easily be done:

Therefore, since 0 is an even number, we have satisfied the first step.
The second step is to show that if
is even than
is also even.




If we assume
is even, we know that
has to be even because
.
Therefore, the function
is even for all
because:
is even.
is even, it implies that
is even.I found a cool widget that writes Latex at sitmo. I have gotten pretty good at writing latex since I started this blog, but I still seem to look a lot of things up. This works a lot better than a cheat sheet.
Question: Prove that the function
has even values for all natural numbers (
).
* Updated question for clarity.
Question: Assume that a binary operation
on a set
has a left unit and satisfies the identity
. Prove that
is associative and commutative.
Answer – Proving that
is commutative:
First, let x be equal to the left unit,
. Since the identity
is true
and since
because of the definition of a left unit, therefore
.
Since
, which will mean
and therefore

Because
is a binary operation, therefore
. This means that
. Therefore, we know from the definition of a left unit that
.
This means:

is commutative.
Answer – Proving that
is associative:
Since the identity
is true
, we can rename the variables while maintaining the validity of the identity.

If we use the commutative law (which we just proved), we know that
.

This means
is associative.