View Single Post
  #6 (permalink)  
Old November 25th, 2007
awkx's Avatar
awkx awkx is offline
Super Member
PAFOA Gold Supporter
 
Join Date: Mar 2007
Location:
Pittsburgh, Pennsylvania
(Allegheny County)
Age: 25
Posts: 691
Rep Power: 32
awkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond reputeawkx has a reputation beyond repute
Default Re: Is the PA Constitution, section 21 weak?

Let me try adding a bit of verbiage and see if this makes it clearer:

“The right of the citizens to bear arms, [both] in defense of themselves and [[in defense] of] the State, shall not be questioned.”

The bracketed parts can be elided to produce the text found in the PA Constitution.


Anyhow, syntactially it can be parsed either way; the issue is one of scoping. Let me demonstrate on a syntactically similar example:
Quote:
The right of the citizens to eat ice cream cones of all flavors shall not be questioned.
If you were going to translate this into standard first-order logic, there are two possibilities:
Quote:
For every ice cream cone c, it is true that
for every flavor f,
if
cone c has flavor f
then
the right of citizens to eat c shall not be questioned.
and
Quote:
For every ice cream cone c, it is true that
if
for every flavor f,
cone c has flavor f
then
the right of citizens to eat c shall not be questioned.
English syntax allows both scopings.

Last edited by awkx; November 25th, 2007 at 11:14 PM.
Reply With Quote