groups
Installation
SKILL.md
Groups
When to Use
Use this skill when working on groups problems in abstract algebra.
Decision Tree
- *Is G a group under operation ?
- Check closure: a,b in G implies a*b in G?
- Check associativity: (ab)c = a(bc)?
- Check identity: exists e such that ea = ae = a?
- Check inverses: for all a exists a^(-1) such that a*a^(-1) = e?
- Verify with
z3_solve.py prove "group_axioms"