Theorems · Theorem · group theory
FreeAddGroup.reduceCyclically.reduce_flatten_replicate_succ
∀ {α : Type u} {L : List (α × Bool)} [inst : DecidableEq α],
FreeAddGroup.IsReduced L →
∀ (n : ℕ),
FreeAddGroup.reduce (List.replicate (n + 1) L).flatten =
FreeAddGroup.reduceCyclically.conjugator L ++
(List.replicate (n + 1) (FreeAddGroup.reduceCyclically L)).flatten ++
FreeAddGroup.negRev (FreeAddGroup.reduceCyclically.conjugator L)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- one_ne_zeroproof · cited by 885
- add_assocproof · cited by 746
- neg_add_cancelproof · cited by 256
- FreeAddGroupproof · cited by 90
- FreeAddGroup.reducestatement and proof · cited by 31
- FreeAddGroup.mkproof · cited by 29
- FreeAddGroup.negRevstatement and proof · cited by 20
- FreeAddGroup.IsReducedstatement and proof · cited by 20
- zero_zsmulproof · cited by 19
- neg_one_zsmulproof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- FreeAddGroup.reduceCyclically.reduce_flatten_replicateproof · cited by 0