Theorems · Theorem · computer science
Computability.encodePosNum.eq_def
∀ (x : PosNum),
Computability.encodePosNum x =
match x with
| PosNum.one => [true]
| n.bit0 => false :: Computability.encodePosNum n
| n.bit1 => true :: Computability.encodePosNum n- Defined in
- Mathlib.Computability.Encoding
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
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.
- PosNumstatement and proof · cited by 171
- PosNum.brecOn.goproof · cited by 10
- PosNum.belowproof · cited by 10
- PosNum.brecOn.eqproof · cited by 9
- Computability.encodePosNumstatement and proof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Computability.decode_encodePosNumproof · cited by 1