Theorems · Definition · logic and foundations
Turing.ToPartrec.Code.head
Turing.ToPartrec.Code
head gets the head of the input list: head [] = [0], head (n :: v) = [n].
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.ToPartrec.Codestatement · cited by 83
- Turing.ToPartrec.Code.nilproof · cited by 5
- Turing.ToPartrec.Code.idproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- Turing.ToPartrec.Code.predproof · cited by 2
- Turing.ToPartrec.Code.head_evalstatement · cited by 2
- Turing.ToPartrec.Code.pred_evalproof · cited by 1
- Turing.ToPartrec.Code.precproof · cited by 1
- Turing.ToPartrec.Code.exists_codeproof · cited by 0