This from Exercise 3.1 in "A Beginner's Guide to Discrete Mathematics"
Let B be the set of all positive integer divisors of 15, that is B = {1, 3, 5, 15}. Prove that B forms a Boolean algebra with zero element 1 and unity element 15, provided operations are defined as follows: x+y is the least common multiple of x and y, xy is the greatest common divisor, and x' is the ordinary arithmetical quotient 15/x
I can see by simply calculating the HCF and LCM for pairs of 1 and 15 that the following will hold.
1+1=1 1+15=15 15+1=15 15+15=15
1*1=1 1*15=1 15*1=1 15*15=15
1'=15 15'=1
So, essentially, for the two elements mentioned I have the complete truth tables for OR, AND and negation. What I don't understand is what to do about the other elements {3,5}. Do I have to somehow prove that they are also subject to the axioms of Boolean algebra? Is there perhaps a more formal method of proof I should be using to answer this question?
Hint:
I hope this helps $\ddot\smile$