Hey Alex - how's it going? Long time no see - we should meet up sometime. I would look at this statement as "X builds Y, but not Z", with the 'No' negating all elements that follow.
I understand "X builds Y, but not Z" much more easily, and would write it as a single X with two arrows, one to Y and another to ~Z.
If there is no comma in the statement, I'd have to assume the "No" at the beginning applies to both elements.
So, "No X builds Y": X -> ~Y
And "No (X builds Not Z)" (X -> ~Z) ~X -> Z
Ultimately getting:
X -> ~Y and ~X -> Z
Although, admittedly, I'm certainly uncertain about my approach in this case.
jdawg's approach was the other route I imagined possible... but I hesitated with that approach only because the grammar trips me up with this particular phrasing (aka, the lack of a comma). Good to know!
@"Alex Short" idk, that makes it look like X can't build Y and Z which isn't how I see it. I see it as X can build Y and Z but cannot build Y if it doesnt also build Z
Comments
I understand "X builds Y, but not Z" much more easily, and would write it as a single X with two arrows, one to Y and another to ~Z.
If there is no comma in the statement, I'd have to assume the "No" at the beginning applies to both elements.
So, "No X builds Y":
X -> ~Y
And "No (X builds Not Z)"
(X -> ~Z)
~X -> Z
Ultimately getting:
X -> ~Y and ~X -> Z
Although, admittedly, I'm certainly uncertain about my approach in this case.
"X can build Y and Z but cannot build Y if it doesnt also build Z"
would be written as "No X builds Y, but not Z". And with that, time for some coffee! Thanks for the clarification though; I appreciate it!
(X-->Y)--> (X-->Y&Z)
The contrapositive of the statement is, if X does not build Z then it does not build Y.
I hope this helps a little.
1) no X builds Y (Y --> /X)
2) no X does not build Z ( Z --> X)
Y --> /X
/X --> /Z
-----------
Y --> /Z
Is that not right? lol
If you have Y AND /Z then you don't have /x.
Which is what you said:
Y & /Z ---> /X