Toolverse
All skills

groups

by parcadei

Problem-solving strategies for groups in abstract algebra

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Backend

About this skill

Problem-solving strategies for groups in abstract algebra

How to use

  1. Zainstaluj umiejętność w swoim katalogu Claude, pobierając pliki z repozytorium parcadei na GitHub.

  2. Przygotuj zadanie z teorii grup — określ grupę G, operację * i elementy, które chcesz zbadać.

  3. Aby sprawdzić, czy zbiór G tworzy grupę, przejdź przez cztery warunki: zamkniętość (czy a*b należy do G dla wszystkich a, b w G), łączność, istnienie elementu neutralnego e oraz istnienie elementów odwrotnych. Możesz uruchomić weryfikację formalną poleceniem z3_solve.py prove "group_axioms".

  4. Jeśli pracujesz z podgrupą H, wykaż że jest niepusta (zwykle poprzez pokazanie, że zawiera element neutralny) i że dla wszystkich a, b w H iloczyn ab^(-1) należy do H. Użyj z3_solve.py prove "subgroup_criterion" do formalnego dowodu.

  5. W przypadku homomorfizmu φ zweryfikuj warunek φ(ab) = φ(a)φ(b) dla wszystkich elementów. Pozostałe własności (φ(e₁) = e₂ i φ(a^(-1)) = φ(a)^(-1)) wynikają automatycznie. Do uproszczeń algebraicznych użyj sympy_compute.py simplify "phi(a*b) - phi(a)*phi(b)".

  6. Analizuj strukturę grupy poprzez rząd elementów (najmniejsze n takie że a^n = e) i rząd grupy (liczba elementów). Pamiętaj o twierdzeniu Lagrange'a: rząd podgrupy H dzieli rząd grupy G.

Related skills

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

literature-review

by 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

Backend
238507

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128