Ünïcode: -descent and – weakening (ℵ₀ rungs, ∀∃, 中文)
Lax771644.UnicodeNames · concepts/Lax771644/UnicodeNames.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
A concept whose title and whose statement names carry non-ASCII characters, to check that the figure's labels, tooltips and anchors survive them. The Greek letters have no mathematical meaning here.
Concept map
Evidence
Lean source view on GitHub
| 1 | import Mathlib.Data.Nat.Notation |
| 2 | import Lax771644.Foundations |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Ünïcode: -descent and – weakening (ℵ₀ rungs, ∀∃, 中文) |
| 7 | type: theorem |
| 8 | --- |
| 9 | A concept whose title and whose statement names carry non-ASCII characters, to |
| 10 | check that the figure's labels, tooltips and anchors survive them. The Greek |
| 11 | letters have no mathematical meaning here. |
| 12 | |
| 13 | # Formalization notes |
| 14 | |
| 15 | `εδ_descent` sorts before `μ_descent` by code point, so the concept-named |
| 16 | docks come out in the order ε, μ and the sibling proof again has its conclusion |
| 17 | on the left. |
| 18 | -/ |
| 19 | |
| 20 | namespace Lax771644.UnicodeNames |
| 21 | |
| 22 | /-- Descent from stage 610 to stage 608. -/ |
| 23 | axiom εδ_descent : Foundations.Descent 610 608 |
| 24 | |
| 25 | /-- Descent from stage 610 to stage 609. -/ |
| 26 | axiom μ_descent : Foundations.Descent 610 609 |
| 27 | |
| 28 | end Lax771644.UnicodeNames |
| 29 |
Formalization notes
sorts before by code point, so the concept-named docks come out in the order ε, μ and the sibling proof again has its conclusion on the left.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments