Theorems · Theorem · order theory
JordanHolderLattice.Iso.rel
∀ {X : Type u} [inst : Lattice X] [inst_1 : JordanHolderLattice X] (e : X × X → X × X → Prop),
(∀ {x : X × X}, e x x) →
(∀ {x y : X × X}, e x y → e y x) →
(∀ {x y z : X × X}, e x y → e y z → e x z) →
(∀ {x y : X}, JordanHolderLattice.IsMaximal x (x ⊔ y) → e (x, x ⊔ y) (x ⊓ y, y)) →
∀ {x y : X × X}, JordanHolderLattice.Iso x y → e x yThe equivalence relation on intervals implies any other notions of isomorphism.
- Defined in
- Mathlib.Order.JordanHolder
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- LatticeJordanHolderLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Latticestatement and proof · cited by 916
- JordanHolderLatticestatement and proof · cited by 44
- JordanHolderLattice.IsMaximalstatement and proof · cited by 42
- IsEquivproof · cited by 14
- JordanHolderLattice.Isostatement and proof · cited by 13
- Relation.EqvGen.eqvGen_leproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.