Quote:
Originally Posted by xXziroXx
So you're saying I'm a really horrible scripter then? 
|
p = The shape is a square
q = The shape is a rectangle
Zero said:
p -> q
If a shape is a square, then the shape is a rectangle.
Ziro said:
q -> p
If a shape is a rectangle, then the shape is a square.
(p -> q) !≡ (q -> p)
Basically, an implication is not equal to its converse.