Skip to content

feat(Archive): proof of the Robbins conjecture#34963

Open
Parcly-Taxel wants to merge 4 commits intoleanprover-community:masterfrom
Parcly-Taxel:robbins
Open

feat(Archive): proof of the Robbins conjecture#34963
Parcly-Taxel wants to merge 4 commits intoleanprover-community:masterfrom
Parcly-Taxel:robbins

Conversation

@Parcly-Taxel
Copy link
Copy Markdown
Collaborator

@Parcly-Taxel Parcly-Taxel commented Feb 8, 2026

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 8, 2026

PR summary 668a53718f

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ BooleanAlgebra.h1904Algebra
+ H1904Algebra
+ H1904Algebra.huntingtonAlgebra
+ H1904Algebra.robbinsAlgebra
+ HuntingtonAlgebra
+ RobbinsAlgebra
+ add_assoc
+ add_mul_left
+ add_mul_right
+ add_neg_self
+ add_zero
+ distribLattice
+ exists_idempotent
+ exists_one
+ exists_zero
+ h1904Algebra
+ huntington'
+ huntingtonAlgebra
+ instance : SMul ℕ α where smul := smul
+ instance : Std.Associative (α := α) (· * ·) := ⟨mul_assoc⟩
+ instance : Std.Commutative (α := α) (· * ·) := ⟨mul_comm⟩
+ mann_33
+ mann_34
+ mann_35
+ mann_36
+ mann_37
+ mann_38
+ mann_39
+ mann_40
+ mann_44
+ mann_45
+ mann_46
+ mann_47
+ mann_48
+ mann_49
+ mann_50
+ mann_51
+ mann_52
+ mann_53
+ mann_54
+ mul
+ mul_add_left
+ mul_add_right
+ mul_comm
+ mul_def
+ mul_neg_self
+ mul_one
+ neg_neg_with_add
+ neg_one
+ neg_self_add
+ neg_self_mul
+ neg_unique
+ neg_zero
+ one
+ one_add
+ one_def
+ one_mul
+ q
+ smul
+ smul1
+ smul2
+ smul3
+ smul4
+ smul5
+ smul_succ
+ winker
+ zero
+ zero_add
+ zero_def
+ zero_mul
++ add_one
++ add_self
++ add_self_mul
++ booleanAlgebra
++ instance : Std.Associative (α := α) (· + ·) := ⟨add_assoc⟩
++ mul_assoc
++ mul_self
++ mul_self_add
++ mul_zero
++ neg_add
++ neg_mul
+++ neg_neg

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/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).

@grunweg grunweg added the t-algebra Algebra (groups, rings, fields, etc) label Feb 28, 2026
@mathlib-triage mathlib-triage bot assigned kim-em and unassigned dwrensha Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants