2,138 views

2 Answers

Best answer
13 votes
13 votes

Distributive property is as follows:

$a \wedge (b \vee c) = (a \wedge b) \vee (a \wedge c)$

For "divides by" lattice the meet $(\wedge)$ operation is $\gcd$ and the join $(\vee)$ operation is $lcm.$ So, we have to prove:$$ \gcd (a, lcm(b, c) )= lcm (\gcd(a,b), \gcd(a,c))$$ Forward Direction Proof:

Let $p$ be any prime factor of $ \gcd (a, lcm(b, c) )$ and $\alpha$ be the largest integer such that $p^\alpha$ divides $ \gcd (a, lcm(b, c) )$

$\implies p^\alpha$ divides $a$ and $p^\alpha$ divides $lcm(b, c).$

$\implies p^\alpha$ divides $a$ and $(p^\alpha$ divides $b$ OR $p^\alpha$ divides $c)$

$\implies (p^\alpha$ divides $a$ and $p^\alpha$ divides $b)$ OR  $(p^\alpha$ divides $a$ AND $p^\alpha$ divides $c)$

$\implies (p^\alpha$ divides $\gcd(a,b))$ OR  $(p^\alpha$ divides $\gcd(a,c))$

$\implies p^\alpha $ divides $ lcm (\gcd(a,b), \gcd(a,c))$

Reverse Direction Proof:

Let $p$ be any prime factor of $ lcm (\gcd(a,b), \gcd(a,c))$ and $\alpha$ be the largest integer such that $p^\alpha$ divides $\gcd(a,b)$ or $\gcd(a,c).$ So, $p^{\alpha}$ divides $a$ and either $b$ or $c$

$\implies p^\alpha$ divides both $a$ and $lcm(b,c).$

$\implies p^\alpha$ divides $\gcd(a, lcm(b,c))$

Hence, $ \gcd (a, lcm(b, c) )= lcm (\gcd(a,b), \gcd(a,c))$

3 votes
3 votes

 we can take any example to show it distributive  and solve it. and we will find it is distributive

-----------------------------------------------------------------------------------------------------------------------

if N is square free number then it will be boolean algebra

edited by

Related questions

4.1k
views
2 answers
21 votes
makhdoom ghaya asked Nov 19, 2016
4,064 views
Match the pairs in the following questions: ...
562
views
0 answers
0 votes
makhdoom ghaya asked Nov 26, 2016
562 views
Show, using resolution, that the following well-formed formula is valid for all interpretations:$\left(\forall x \forall y \left(f \left(x, y \right) \Leftarrow \neg y \left(y, x \right) = \left(\forall x \left(f \left(x, x \right)\right)$
4.4k
views
2 answers
26 votes
makhdoom ghaya asked Nov 26, 2016
4,425 views
Express $T(n)$ in terms of the harmonic number $\displaystyle H_{n}= \sum_{i=1}^{n} \frac{1}{i},\quad n \geq 1$, where $T(n)$ ... $T(n)$ as a function of $n$ ?
699
views
1 answers
1 votes
makhdoom ghaya asked Nov 26, 2016
699 views
Consider the grammar:$G_{2}$:Para $\rightarrow$ Sentence RP | SentenceRP $\rightarrow$ b Sentence RP | b SentenceSentence $\rightarrow$ ... $id*id\;b\; id * id$The parse should generate a rightmost derivation.