Boolean rings and Boolean algebras

  • Thread starter Thread starter quasar987
  • Start date Start date
  • Tags Tags
    Rings
AI Thread Summary
A Boolean algebra can be derived from a Boolean ring by defining operations such as xANDy as xy, xORy as x+y+xy, and xNOT as 1+x. However, there is a concern that xNOT does not satisfy the involution property, as (xNOT)NOT results in 1+(1+x), which does not equal x. The discussion suggests that if xNOT were defined as -x, it would resolve the issue of involution. Additionally, it is noted that in an idempotent ring, the equation x+x=0 holds true, reinforcing the complexities of these definitions. The conversation highlights the nuances in the relationship between Boolean rings and algebras.
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
My professor wrote that we get a Boolean algebra from a Boolean ring (R,+,-,.,0,1) by setting xANDy=xy, xORy=x+y+xy and xNOT=1+x.

But it seems to me that xNOT is not an involution. I.e., (xNOT)NOT = 1+(1+x), which is not x.

(xNOT=-x would do the trick though)
 
Physics news on Phys.org
It seems to me that

1+(1+x) = x

For several reasons. What else would it be equal to? Doesn't 1 + 1 = 0?
 
I forgot about that. In an idempotent ring, x+x=0.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top