SLIDE 1
Computational Logic, Spring 2007 Pete Manolios
Intro to Logic
A group is a triple G, ◦, e such that
- (G1) For all x, y, z: (x ◦ y) ◦ z = x ◦ (y ◦ z).
- (G2) For all x: x ◦ e = x.
- (G3) For all x there is a y such that: x ◦ y = e.
The following are groups: Z, +, 0 and R, +, 0. The following are not: N, +, 0 and R, ·, 1.
Georgia Tech Lecture 0, Page 0