Theorems · Theorem · logic and foundations
ONote.cmp.eq_def
∀ (x x_1 : ONote),
x.cmp x_1 =
match x, x_1 with
| ONote.zero, ONote.zero => Ordering.eq
| x, ONote.zero => Ordering.gt
| ONote.zero, x => Ordering.lt
| _o₁@h:(e₁.oadd n₁ a₁), _o₂@h_1:(e₂.oadd n₂ a₂) => (e₁.cmp e₂).then ((cmp ↑n₁ ↑n₂).then (a₁.cmp a₂))- Defined in
- Mathlib.SetTheory.Ordinal.Notation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PNatstatement and proof · cited by 392
- PNat.valstatement and proof · cited by 226
- ONotestatement and proof · cited by 88
- cmpstatement and proof · cited by 43
- ONote.brecOn.goproof · cited by 10
- ONote.belowproof · cited by 10
- ONote.brecOn.eqproof · cited by 9
- ONote.cmpstatement and proof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.