Theorems · Theorem · order theory
CompositionSeries.Equivalent.snoc
∀ {X : Type u} [inst : Lattice X] [inst_1 : JordanHolderLattice X] {s₁ s₂ : CompositionSeries X} {x₁ x₂ : X}
{hsat₁ : JordanHolderLattice.IsMaximal (RelSeries.last s₁) x₁}
{hsat₂ : JordanHolderLattice.IsMaximal (RelSeries.last s₂) x₂},
s₁.Equivalent s₂ →
JordanHolderLattice.Iso (RelSeries.last s₁, x₁) (RelSeries.last s₂, x₂) →
CompositionSeries.Equivalent (RelSeries.snoc s₁ x₁ hsat₁) (RelSeries.snoc s₂ x₂ hsat₂)- Defined in
- Mathlib.Order.JordanHolder
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 61 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.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Equivproof · cited by 8,337
- Set.ofPredstatement and proof · cited by 6,101
- Equiv.symmproof · cited by 3,681
- Latticestatement and proof · cited by 916
- RelSeries.lengthproof · cited by 195
- RelSeries.laststatement and proof · cited by 114
- RelSeries.toFunproof · cited by 114
- JordanHolderLatticestatement and proof · cited by 44
- JordanHolderLattice.IsMaximalstatement and proof · cited by 42
- CompositionSeriesstatement and proof · cited by 40
- RelSeries.singletonproof · cited by 25
Cited by2
Results whose statement or proof uses this declaration.
- CompositionSeries.exists_last_eq_snoc_equivalentproof · cited by 1
- CompositionSeries.jordan_holderproof · cited by 1