How is this boolean notation called on english?

  • Context: High School 
  • Thread starter Thread starter njama
  • Start date Start date
  • Tags Tags
    English Notation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
njama
Messages
215
Reaction score
1
Its about boolean algebra:

for example. Instead of writing p => q we write =>pq or p v q we write vpq etc...

What is this notation called on english language?
 
Mathematics news on Phys.org
D H said:
Prefix notation, also known as Polish notation (in honor of Jan Łukasiewicz).
Thank you for the information. And did I write these formulas correctly in Polish notation?

1)
((¬p)=>(q v (¬s))) (Standard notation)
(¬p)=>(q v (¬s))
=>(¬p)(q v ¬s)
=>¬pvq¬s (Polish notation)

?

2)
p v ((q [itex]\land[/itex] (¬s)) => p)) (Standard notation)
v p(q [itex]\land[/itex] (¬s)) => p)
v p => (q [itex]\land[/itex] (¬s))
v p => [itex]\land[/itex] q ¬s (Polish notation)

Also did I write these one correctly: (From Polish to Standard notation)

1)
v¬[itex]\land[/itex]vpqrs
v¬[itex]\land[/itex]p v qrs
v¬((p v q) [itex]\land[/itex] r)s
¬((p v q) [itex]\land[/itex] r) v s

2)
[itex]\land[/itex]p¬=>¬qvrs
[itex]\land[/itex]p¬=>¬q(r v s)
[itex]\land[/itex]p¬((¬q) => (r v s))
(p [itex]\land[/itex] (¬((¬q) => (r v s))))
 
Last edited:
Thanks for the LaTeX info, but it will take me 100 years to write these equations :smile:

Let me do it again (with Unicode characters):

p ⋁ ( (q ⋀ (¬s)) => p)

p ⋁ ( => (q ⋀ (¬s))p)

p ⋁ ( =>⋀q(¬s)p)

⋁ p =>⋀q¬sp

I come back for the same result.

"v" in the post means ⋁ (or)

Are those correct, now? (I fixed the LaTeX)