Firestrider
- 104
- 0
Homework Statement
a.)
F = {(1, a), (2, b), (3, a), (4, c)}
G = {(b, 1), (a, 2), (c, 3)}
i. Find F o G
ii. Find G o F
b.)
A function F: N x N --> N is represented 2(m + n) + 1 for F(m, n)
i. Is F one-to-one?
ii. Is F onto?
c.)
Prove by Mathematical Induction:
1^3 + 2^3 + 3^3 + ... + n^3 = [(n(n + 1))/ 2]^2 for all n element N.
Homework Equations
N/A
The Attempt at a Solution
a.)
i. {(1, (a, 2)), (2, (b, 1)), (3, (a, 2)), (4, (c, 3))}
ii. {((2, b), 1), ((1, a), 2), ((4, c), 3)}
b.)
I have no idea how to do this.
c.)
Well testing the base case of 1 since 1 is an element of N (natural numbers) the base case fails since 1^3 + 2^3 + 3^3 + ... 1^3 = 37 and [(1(1 + 1))/ 2]^2 = 1. 37 != 1. Therefore, the original statement is false.