Theorems · Theorem · order theory
Order.iso_of_countable_dense
- 1000+ list: Cantor's isomorphism theorem
∀ (α : Type u_1) (β : Type u_2) [inst : LinearOrder α] [inst_1 : LinearOrder β] [Countable α] [DenselyOrdered α] [NoMinOrder α] [NoMaxOrder α] [Nonempty α] [Countable β] [DenselyOrdered β] [NoMinOrder β] [NoMaxOrder β] [Nonempty β], Nonempty (α ≃o β)
Any two countable dense, nonempty linear orders without endpoints are order isomorphic. This is also known as Cantor's isomorphism theorem.
- Defined in
- Mathlib.Order.CountableDenseLinearOrder
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coeproof · cited by 8,199
- OrderIsostatement · cited by 874
- Countablestatement and proof · cited by 633
- Subtype.propproof · cited by 505
- DenselyOrderedstatement and proof · cited by 471
- NoMaxOrderstatement and proof · cited by 340
- NoMinOrderstatement and proof · cited by 247
- Encodableproof · cited by 140
- Order.Idealproof · cited by 102
- Order.Cofinalproof · cited by 13
- nonempty_encodableproof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.