Theorems · Theorem · order theory
CompositionSeries.exists_last_eq_snoc_equivalent
∀ {X : Type u} [inst : Lattice X] [inst_1 : JordanHolderLattice X] (s : CompositionSeries X) (x : X)
(hm : JordanHolderLattice.IsMaximal x (RelSeries.last s)),
RelSeries.head s ≤ x →
∃ t,
RelSeries.head t = RelSeries.head s ∧
t.length + 1 = s.length ∧ ∃ (htx : RelSeries.last t = x), s.Equivalent (RelSeries.snoc t (RelSeries.last s) ⋯)Given a CompositionSeries, s, and an element x
such that x is maximal inside s.last there is a series, t,
such that t.last = x, t.head = s.head
and snoc t s.last _ is equivalent to s.
- Defined in
- Mathlib.Order.JordanHolder
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 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.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.ofPredstatement and proof · cited by 6,101
- Latticestatement and proof · cited by 916
- ne_of_gtproof · cited by 637
- lt_of_le_of_ltproof · cited by 432
- RelSeries.lengthstatement and proof · cited by 195
- add_tsub_cancel_rightproof · cited by 172
- inf_commproof · cited by 139
- RelSeries.laststatement and proof · cited by 114
- RelSeries.toFunproof · cited by 114
- le_infproof · cited by 107
- RelSeries.headstatement and proof · cited by 89
- JordanHolderLatticestatement and proof · cited by 44
Cited by1
Results whose statement or proof uses this declaration.
- CompositionSeries.jordan_holderproof · cited by 1