Skip to content

feat(RingTheory): Every connected graded bialgebra is a Hopf algebra#39849

Draft
hawkrobe wants to merge 6 commits into
leanprover-community:masterfrom
hawkrobe:hopfalgebra-graded-connected
Draft

feat(RingTheory): Every connected graded bialgebra is a Hopf algebra#39849
hawkrobe wants to merge 6 commits into
leanprover-community:masterfrom
hawkrobe:hopfalgebra-graded-connected

Conversation

@hawkrobe

@hawkrobe hawkrobe commented May 25, 2026

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot added the new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! label May 25, 2026
@github-actions

Copy link
Copy Markdown

Welcome new contributor!

Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests.

We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the awaiting-author tag, or another reason described in the Lifecycle of a PR. The review dashboard has a dedicated webpage which shows whether your PR is on the review queue, and (if not), why.

If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR.

Thank you again for joining our community.

@github-actions github-actions Bot added the t-ring-theory Ring theory label May 25, 2026
@github-actions

github-actions Bot commented May 25, 2026

Copy link
Copy Markdown

PR summary a99a90748b

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.RingTheory.Coalgebra.Graded (new file) 1078
Mathlib.RingTheory.GradedAlgebra.Connected (new file) 1091
Mathlib.RingTheory.Bialgebra.Graded (new file) 1137
Mathlib.RingTheory.HopfAlgebra.Graded (new file) 1167

Declarations diff (regex)

+ GradedAlgebra.IsConnected
+ GradedAlgebra.IsConnected.mem_zero_iff
+ GradedCoalgebra
+ apply_mem_of_mem_bigradedPart
+ comul_sub_tmul_one_mem_lower
+ convPow_apply_eq_zero_of_lt
+ counit_eq_counit_proj_zero
+ eq_counit_smul_one
+ id_mul_takeuchiT
+ lTensor_proj_zero_comul
+ neg_takeuchiF_pow_apply_of_mem
+ ofGradedConnected
+ proj_zero_eq_algebraMap_comp_counit
+ rTensor_proj_zero_comul
+ takeuchiAntipode
+ takeuchiAntipode_apply_eq_takeuchiT_of_le
+ takeuchiAntipode_apply_of_mem
+ takeuchiAntipode_lTensor_comul_eq
+ takeuchiAntipode_mul_lTensor_comul
+ takeuchiAntipode_mul_rTensor_comul
+ takeuchiAntipode_rTensor_comul_eq
+ takeuchiF
+ takeuchiT
+ takeuchiT_mul_id
+ toConv_id_eq
+ zeroLEquiv
+ zeroLEquiv_apply
+ zeroLEquiv_symm_apply_coe

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.

Declarations diff (Lean)

Lean-aware diff — post-build, computed from the Lean environment (commit a99a907).

  • +33 new declarations
  • −0 removed declarations
+Bialgebra.comul_sub_tmul_one_mem_lower
+Bialgebra.counit_eq_counit_proj_zero
+Bialgebra.lTensor_proj_zero_comul
+Bialgebra.proj_zero_eq_algebraMap_comp_counit
+Bialgebra.rTensor_proj_zero_comul
+GradedAlgebra.IsConnected
+GradedAlgebra.IsConnected.casesOn
+GradedAlgebra.IsConnected.eq_counit_smul_one
+GradedAlgebra.IsConnected.eq_span_one
+GradedAlgebra.IsConnected.mem_zero_iff
+GradedAlgebra.IsConnected.mk
+GradedAlgebra.IsConnected.rec
+GradedAlgebra.IsConnected.recOn
+GradedAlgebra.IsConnected.zeroLEquiv
+GradedAlgebra.IsConnected.zeroLEquiv_apply
+GradedAlgebra.IsConnected.zeroLEquiv_symm_apply_coe
+GradedCoalgebra
+GradedCoalgebra.casesOn
+GradedCoalgebra.comul_mem
+GradedCoalgebra.counit_eq_zero_of_ne_zero
+GradedCoalgebra.mk
+GradedCoalgebra.rec
+GradedCoalgebra.recOn
+HopfAlgebra.id_mul_takeuchiT
+HopfAlgebra.ofGradedConnected
+HopfAlgebra.takeuchiAntipode
+HopfAlgebra.takeuchiAntipode_apply_of_mem
+HopfAlgebra.takeuchiAntipode_mul_lTensor_comul
+HopfAlgebra.takeuchiAntipode_mul_rTensor_comul
+HopfAlgebra.takeuchiF
+HopfAlgebra.takeuchiT
+HopfAlgebra.takeuchiT_mul_id
+apply_mem_of_mem_bigradedPart

No changes to strong technical debt.

No changes to weak technical debt.

Current commit a99a90748b
Reference commit 7ffc1c27cb

This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:

git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@hawkrobe
hawkrobe force-pushed the hopfalgebra-graded-connected branch from 02ec976 to 557b579 Compare May 25, 2026 20:21
@mathlib-dependent-issues mathlib-dependent-issues Bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label May 25, 2026
@hawkrobe
hawkrobe force-pushed the hopfalgebra-graded-connected branch from 669eec3 to 194adf4 Compare May 25, 2026 22:47
@mathlib-merge-conflicts mathlib-merge-conflicts Bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 5, 2026
@mathlib-merge-conflicts

Copy link
Copy Markdown

This pull request has conflicts, please merge master and resolve them.

@hawkrobe
hawkrobe force-pushed the hopfalgebra-graded-connected branch from 194adf4 to d321988 Compare June 5, 2026 03:48
@github-actions github-actions Bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 5, 2026
@hawkrobe
hawkrobe temporarily deployed to cache-upload-forks June 5, 2026 03:53 — with GitHub Actions Inactive
@hawkrobe
hawkrobe temporarily deployed to cache-upload-forks June 6, 2026 17:04 — with GitHub Actions Inactive
@hawkrobe
hawkrobe temporarily deployed to cache-upload-forks June 7, 2026 21:36 — with GitHub Actions Inactive
@mathlib-merge-conflicts mathlib-merge-conflicts Bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 8, 2026
@mathlib-merge-conflicts

Copy link
Copy Markdown

This pull request has conflicts, please merge master and resolve them.

@mathlib-dependent-issues mathlib-dependent-issues Bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jun 24, 2026
@mathlib-dependent-issues

Copy link
Copy Markdown

This PR/issue depends on:

@github-actions github-actions Bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 24, 2026
@hawkrobe
hawkrobe marked this pull request as draft June 26, 2026 03:54
@mathlib-bors

mathlib-bors Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in draft mode. No active bors state needed cleanup.

While this PR remains draft, bors will ignore commands on this PR. Mark it ready for review before using commands like bors r+ or bors try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! t-ring-theory Ring theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants