Provides strategies and computational tools to verify group axioms and subgroup criteria in abstract algebra.
Install
mkdir -p .claude/skills/groups && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6842" && unzip -o skill.zip -d .claude/skills/groups && rm skill.zipInstalls to .claude/skills/groups
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Problem-solving strategies for groups in abstract algebraKey capabilities
- →Verify group axioms including closure and associativity
- →Perform subgroup criterion testing
- →Prove group homomorphisms
- →Calculate element and group orders
How it works
The skill utilizes Z3 for proving group axioms and subgroup criteria, and SymPy for simplifying homomorphism expressions.
Inputs & outputs
When to use groups
- →Verifying group axioms
- →Testing subgroup criteria
- →Calculating group homomorphisms
About this skill
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"
-
Subgroup Test
- Show H is non-empty (usually by showing e in H)
- Show that for all a, b in H: ab^(-1) in H
z3_solve.py prove "subgroup_criterion"
-
Homomorphism Proof
- Verify phi(ab) = phi(a)phi(b) for all a, b in G1
- Note: phi(e1) = e2 and phi(a^(-1)) = phi(a)^(-1) follow automatically
sympy_compute.py simplify "phi(a*b) - phi(a)*phi(b)"
-
Order and Structure
- Element order: smallest n where a^n = e
- Group order: |G| = number of elements
- Lagrange: |H| divides |G| for subgroup H
Tool Commands
Z3_Group_Axioms
uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([a,b,c], op(op(a,b),c) == op(a,op(b,c)))"
Z3_Subgroup
uv run python -m runtime.harness scripts/z3_solve.py prove "subgroup_criterion"
Sympy_Simplify
uv run python -m runtime.harness scripts/sympy_compute.py simplify "phi(a*b) - phi(a)*phi(b)"
Key Techniques
From indexed textbooks:
- [Abstract Algebra] Write a computer program to add and multiply mod n, for any n given as input. The output of these operations should be the least residues of the sums and products of two integers. Also include the feature that if (a,n) = 1, an integer c between 1 and n — 1 such that a-c = | may be printed on request.
- [Abstract Algebra] With a certain amount of elementary argument (calculations in A7, for example see Exercise 27) it can be shown that there is, up to isomorphism, a unique simple group of order 168 (it is not always the case that there is at most one simple group of a given order: there are 2 nonisomorphic simple groups of order +8! We could further show that such a G would have no elements of order pg, p and q distinct primes, no elements of order 9, and that distinct Sylow subgroups would intersect in the identity. We could then count the elements in Sylow p-subgroups for all primes p and we would find that these would total to exactly |G|.
- [Abstract Algebra] Some Techniques Before listing some techniques for producing normal subgroups in groups of a given (“medium”) order we note that in all the problems where one deals with groups of order n, for some specific n, it is first necessary to factor n into prime powers and then to compute the permissible values of np, for all primes p dividing n. We emphasize the need to be comfortable computing mod p when carrying out the last step. The techniques we describe may be listed as follows: (1) Counting elements.
- [Abstract Algebra] Composition Series and the Hélder Program Sec. This proof takes 255 pages of hard mathematics. Part (2) of the Hélder Program, sometimes called the extension problem, was rather vaguely formulated.
- [Abstract Algebra] APPLICATIONS IN GROUPS OF MEDIUM ORDER The purpose of this section is to work through a number of examples which illustrate many of the techniques we have developed. These examples use Sylow’s Theorems ex- tensively and demonstrate how they are applied in the study of finite groups. Motivated by the Holder Program we address primarily the problem of showing that for certain n every group of order n has a proper, nontrivial normal subgroup (i.
Cognitive Tools Reference
See .claude/skills/math-mode/SKILL.md for full tool documentation.
When not to use it
- →When the problem falls outside abstract algebra group theory
Limitations
- →Requires specific Z3 or SymPy command syntax for execution
How it compares
This skill automates the verification of algebraic proofs using computational solvers instead of manual derivation.
Compared to similar skills
groups side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| groups (this skill) | 1 | 7mo | Review | Advanced |
| literature-review | 559 | 2mo | Review | Advanced |
| openalex-database | 48 | 7mo | Review | Intermediate |
| scientific-critical-thinking | 18 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by parcadei
View all by parcadei →You might also like
literature-review
K-Dense-AI
Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).
openalex-database
davila7
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
scientific-critical-thinking
davila7
Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.
biorxiv-database
lifangda
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
physics-validator
omriwen
Validate optical physics parameters including Fresnel numbers, diffraction regimes, and resolution limits. This skill should be used when configuring Telescope, Microscope, or Camera instruments to ensure physically realistic parameters.
fda-database
davila7
Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.