Theorems · Theorem · logic and foundations
Computation.orElse_think
∀ {α : Type u} (c₁ c₂ : Computation α), (c₁.think <|> c₂.think) = (c₁ <|> c₂).think- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Computationstatement and proof · cited by 182
- Computation.thinkstatement and proof · cited by 41
- Computation.destructproof · cited by 37
- Computation.destruct_thinkproof · cited by 21
- Computation.corecproof · cited by 18
- Computation.corec_eqproof · cited by 15
- Computation.destruct_eq_thinkproof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- Computation.empty_orElseproof · cited by 0
- Computation.orElse_emptyproof · cited by 0