We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
notation3
Ordinal.typeLT
1 parent cadd914 commit da26519Copy full SHA for da26519
1 file changed
Mathlib/SetTheory/Ordinal/Basic.lean
@@ -146,7 +146,11 @@ def type (r : α → α → Prop) [wo : IsWellOrder α r] : Ordinal :=
146
⟦⟨α, r, wo⟩⟧
147
148
/-- `typeLT α` is an abbreviation for the order type of the `<` relation of `α`. -/
149
-scoped notation "typeLT " α:70 => @Ordinal.type α (· < ·) inferInstance
+scoped notation3 "typeLT " α:70 => @Ordinal.type α (· < ·) inferInstance
150
+
151
+/-- info: typeLT ℕ : Ordinal.{0} -/
152
+#guard_msgs in
153
+#check typeLT ℕ
154
155
instance zero : Zero Ordinal :=
156
⟨type <| @emptyRelation PEmpty⟩
0 commit comments