Theorems · Theorem · logic and foundations
Turing.ToPartrec.Cont.then.eq_def
∀ (x : Turing.ToPartrec.Cont),
x.then =
match (motive := Turing.ToPartrec.Cont → Turing.ToPartrec.Cont → Turing.ToPartrec.Cont) x with
| Turing.ToPartrec.Cont.halt => fun k' => k'
| Turing.ToPartrec.Cont.cons₁ fs as k => fun k' => Turing.ToPartrec.Cont.cons₁ fs as (k.then k')
| Turing.ToPartrec.Cont.cons₂ ns k => fun k' => Turing.ToPartrec.Cont.cons₂ ns (k.then k')
| Turing.ToPartrec.Cont.comp f k => fun k' => Turing.ToPartrec.Cont.comp f (k.then k')
| Turing.ToPartrec.Cont.fix f k => fun k' => Turing.ToPartrec.Cont.fix f (k.then k')- Cited by
- 0 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Turing.ToPartrec.Codestatement and proof · cited by 83
- Turing.ToPartrec.Contstatement and proof · cited by 33
- Turing.ToPartrec.Cont.brecOn.goproof · cited by 6
- Turing.ToPartrec.Cont.belowproof · cited by 6
- Turing.ToPartrec.Cont.brecOn.eqproof · cited by 5
- Turing.ToPartrec.Cont.thenstatement and proof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.