Theorems · Theorem · order theory
CompositionSeries.Equivalent.snoc_snoc_swap
∀ {X : Type u} [inst : Lattice X] [inst_1 : JordanHolderLattice X] {s : CompositionSeries X} {x₁ x₂ y₁ y₂ : X}
{hsat₁ : JordanHolderLattice.IsMaximal (RelSeries.last s) x₁}
{hsat₂ : JordanHolderLattice.IsMaximal (RelSeries.last s) x₂}
{hsaty₁ : JordanHolderLattice.IsMaximal (RelSeries.snoc s x₁ hsat₁).last y₁}
{hsaty₂ : JordanHolderLattice.IsMaximal (RelSeries.snoc s x₂ hsat₂).last y₂},
JordanHolderLattice.Iso (RelSeries.last s, x₁) (x₂, y₂) →
JordanHolderLattice.Iso (x₁, y₁) (RelSeries.last s, x₂) →
CompositionSeries.Equivalent ((RelSeries.snoc s x₁ hsat₁).snoc y₁ hsaty₁)
((RelSeries.snoc s x₂ hsat₂).snoc y₂ hsaty₂)- Defined in
- Mathlib.Order.JordanHolder
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LatticeJordanHolderLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivproof · cited by 8,337
- Set.ofPredstatement and proof · cited by 6,101
- Latticestatement and proof · cited by 916
- Equiv.swapproof · cited by 197
- RelSeries.lengthproof · cited by 195
- RelSeries.laststatement and proof · cited by 114
- RelSeries.toFunproof · cited by 114
- JordanHolderLatticestatement and proof · cited by 44
- Equiv.swap_apply_leftproof · cited by 44
- JordanHolderLattice.IsMaximalstatement and proof · cited by 42
- CompositionSeriesstatement and proof · cited by 40
- Equiv.swap_apply_of_ne_of_neproof · cited by 39
Cited by1
Results whose statement or proof uses this declaration.
- CompositionSeries.exists_last_eq_snoc_equivalentproof · cited by 1