Theorems · Theorem · order theory
sign_apply
∀ {α : Type u_1} [inst : Zero α] [inst_1 : Preorder α] [inst_2 : DecidableLT α] {a : α},
SignType.sign a = if 0 < a then 1 else if a < 0 then -1 else 0- Defined in
- Mathlib.Data.Sign.Defs
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroPreorderDecidableLT
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Preorderstatement and proof · cited by 7,952
- OrderHomstatement · cited by 934
- SignTypestatement · cited by 318
- SignType.signstatement · cited by 128
Cited by5
Results whose statement or proof uses this declaration.
- sign_posproof · cited by 49
- sign_negproof · cited by 35
- sign_eq_one_iffproof · cited by 13
- sign_eq_neg_one_iffproof · cited by 9
- sign_eq_zero_iffproof · cited by 3