Groups
2013
Reading
Colin Howson, [1997] Logic with trees Chapter 9
Tutorial
Groups can be characterized by three proper symbols {=,+,0} (ie identity, one infix operator, we will use '+', and an identify element '0') and the three proper axioms
∀x∀y∀z((x+y)+z=x+(y+z)), (*associativity*)
∀x(x+0=x∧0+x=x), (*identity element, right and left*)
∀x∃y(x+y=0∧y+x=0) (*inverse*)