More Logic
We can build more complex statements
If ((x < y) && (y < z)) then (x < z)
What does this mean?
We assume (take as given) that
((x < y) && (y < z))
We conclude that
(x < z)
Previous slide
Next slide
Back to first slide
View graphic version